1.

What will be the output of the following C code? #include <stdio.h> void main() { #define count 55 count = 23; printf("%d", count); }

A. 23
B. Garbage value
C. 55
D. Compilation Error
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs