Q.

#include<stdio.h> #define count 10; void main() { printf("%d",count); }

A. 10
B. syntax error
C. 0
D. none of these
Answer» B. syntax error
3.6k
0
Do you find this helpful?
15

Discussion

No comments yet