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

What is output of code? #include #include void main() { int i; i = 2; DES: printf("%d", i); i = i + 2; if(i

18/25

What is output of code? #include #include void main() { int i; i = 2; DES: printf("%d", i); i = i + 2; if(i <= 20) goto DES;

=>

2468101214161820

468101214161820

nothing is printed

Giải thích

Chọn đáp án A