What is output of program?

#include <stdio.h>
#include <conio.h>
 
int N = 10;
void main()
{
    int N = 20;
    printf("N = %d", N);
    getch();
}

 

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

ATNETWORK
ZUNIA9