Saturday, March 9, 2013

Program to calculate remainder

If you don't know what is Remainder ??
Check this... 

We use % (modulus) operator in c to calculate remainder. This operator works on integer type. Because if we use float type variable then there will be no remainder and resultant will also be in float type.

This program will calculate remainder -

0 comments:

Post a Comment

Powered by Blogger.