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

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

22/25

int x;

for(x = 0; x < 10; x++) { }

What is the final value of x when the code is run?

</>

10

9

0

1

Giải thích

Chọn đáp án A