1.

Which of the following has the compilation error in C?

A. int n = 17;
B. char c = 99;
C. float f = (float) 99.32;
D. #include < stdio.h >
Answer» E.


Discussion

No Comment Found