Find Remainder
Find Remainder Problem Code: FLOW002
This solution is about % operator in c.
It gives the remainder when a is divided by b. Also, known as modulo operator.
I used to use for loops a lot. However, here, I can see the effective use of a while loop.
Comments
Post a Comment