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

What will you do to treat the constant 3.14 as a float?

30/50

What will you do to treat the constant 3.14 as a float?

use float(3.14f)

use 3.14f

use f(3.14)

use (f)(3.14)

Giải thích

Chọn B