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

In những gì? void main() { int x; if(x = 0) printf ("Value of x is 0"); else printf ("Value of x is not 0"); getch(); }

21/25

In những gì? void main() { int x; if(x = 0) printf ("Value of x is 0"); else printf ("Value of x is not 0"); getch(); }

Giá trị của x là 0

Giá trị của x không phải là 0

Lỗi

Giải thích

Chọn đáp án B