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

When does the code block following while(x<100) execute?

23/50

When does the code block following while(x<100) execute?

When x is less than one hundred

When x is greater than one hundred

When x is equal to one hundred

While it wishes

Giải thích

Chọn A