Multiple Choice
Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?
A) rem = 3.14 % 2.1;
B) rem = modf(3.14, 2.1) ;
C) rem = fmod(3.14, 2.1) ;
D) Remainder cannot be obtain in floating point division.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: When do you need to use type-conversions?<br>A)The
Q33: Which of the following data type will
Q34: Which data type is most suitable for
Q35: Which of the following is not a
Q36: What is the type of the following
Q38: Which of the following is not an
Q39: Which of the following is not a
Q40: Which among the following is NOT a
Q41: Which of the following declaration is illegal?<br>A)char
Q42: Why do variable names beginning with the