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

What is output? #include #include int main() { int i; if (printf("0")) i = 3; else i = 5; printf("%d", i); getch(); }

9/25

What is output? #include #include int main() { int i; if (printf("0")) i = 3; else i = 5; printf("%d", i); getch(); }

3

5

03

05

Giải thích

Chọn C.