Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 The modulus operator cannot be used with a long double. ?->(Show Answer!)
1. The modulus operator cannot be used with a long double.
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 06.01 pm
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.
This function is the same as the modulus operator. But fmod() performs floating point or long double divisions.