

InterviewSolution
Saved Bookmarks
1. |
The modulus operator cannot be used with a . |
Answer» fmod(x,y) - Calculates x modulo y, the remainder of x/y. This function is the same as the modulus operator. But fmod() performs floating point or long double divisions. | |