1.

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

A. 50
B. 10
C. Compiler Error
D. None of These
Answer» B. 10


Discussion

No Comment Found