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() { if(1,0) printf("True"); else printf("False"); getch(); }

16/25

What is output of code? #include #include void main() { if(1,0) printf("True"); else printf("False"); getch(); }

True

False

Complier error

Giải thích

Chọn B.