C Programming
What will be the output of the program code?#include#define a 10void main(){ #define a 50 printf("%d", a);}

50
None of These
10
Compiler Error

ANSWER DOWNLOAD EXAMIANS APP