Q.

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

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

Discussion

No comments yet