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

Câu hỏi :

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 = fmod(3.14, 2.1);

C. rem = modf(3.14, 2.1);

D. Remainder cannot be obtain in floating point division.

* Đáp án

B

* Hướng dẫn giải

Chọn B

Câu hỏi trên thuộc đề trắc nghiệm dưới đây !

400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án !!

Số câu hỏi: 400

Copyright © 2021 HOCTAP247