1.

What is the output of this C code? #define a 20 int main() { const int a = 50; printf("a = %d n", a); }

A. a = 50
B. a = 20
C. Run time error
D. Compilation Error
Answer» E.


Discussion

No Comment Found