700+ câu trắc nghiệm Ngôn ngữ lập trình C có đáp án - Phần 5

What is the final value of x when the code is run? int x; for(x = 0; x < 10; x++) { }

22/25

What is the final value of x when the code is run? int x; for(x = 0; x < 10; x++) { }

>

10

9

0

1

Giải thích

Chọn đáp án A