Computer Science, asked by sjhaShivam2202, 10 months ago

Why modulus operator is not used in float variables?

Answers

Answered by nishitadeka82
0

\huge\blue{happy\:holi}

Answered by Anonymous
0

Hello Mate,

The modulus operator in C gives us the remainder. ... Modulus returns the remainder of simple integer division. So , if you try to divide a smaller number using a larger number , you just cannot do it. So , the remainder , which is the result of the modulus operator is the smaller number itself.

Similar questions