Multiple choice

Which of the following functions is used to return floating point remainder of a given expression x/y?

  1. fmod(x, y)

  2. pow(x,y)

  3. sin(x/y)

  4. abs(x/y)

  5. tan(x/y)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This function is used to return floating point remainder of a given expression x/y.