Computer Science, asked by deathprincess8692, 1 year ago

The modulus operator cannot be used with a long double.



a. true



b. false

Answers

Answered by mohit0404
0

true............

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

Similar questions