What is output?

#include <stdio.h>
#include <conio.h>
 
#define a 10
 
void main()
{
    printf("%d ", a);
#define a 50
    printf("%d ", a);
    getch();
}

 

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

ATNETWORK
ZUNIA9