1.

Which of the following has compilation error in C?

A. int n = 32;
B. char ch = 65;
C. float f = (float) 3.2;
D. None of the above
Answer» E.


Discussion

No Comment Found