1.

#include #define count 10; void main() { printf("%d",count); }

A. 10
B. syntax error
C. none of these
Answer» C. none of these


Discussion

No Comment Found