100+ câu trắc nghiệm Lập trình C/C++ có đáp án - Phần 1

Which of the following shows the correct syntax for an if statement?

21/25

Which of the following shows the correct syntax for an if statement?

if expression

if { expression

if ( expression )

expression if

Giải thích

Chọn đáp án C