What is output ?

#include <stdio.h>
#include <conio.h>
 
extern int x = 0; 
 
void main()
{
    x++;
    printf("%d", x); 
    getch();
}

 

Suy nghĩ trả lời câu hỏi trước khi xem đáp án

ADSENSE
ZUNIA9