Q. Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?
β
Correct Answer: (C)
rem = fmod(3.14, 2.1);
You must be Logged in to update hint/solution