McqMate
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 |
View all MCQs in
Principles of Programming LanguagesNo comments yet