[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Variables & Data Types - Discussion

Home > C Programming > Variables & Data Types > MCQs Questions Discussion

50 / 51

Choose the correct option.

Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1?

Arem = 3.14 % 2.1;

Brem = modf(3.14, 2.1);

Crem = fmod(3.14, 2.1);

DRemainder cannot be obtain in floating point division.

Answer: Option (Login/Signup)

Show Explanation

Asked In :: TCS

Post Your Answer Here:     

No Discussion on this question yet!