1.

What is the output of this program? #include #define clrscr() 17 int main() { clrscr(); printf("%d",clrscr()); return 0; }

A. Compilation error
B. Runtime error
C. 17
D. none of the above
Answer» D. none of the above


Discussion

No Comment Found