Q.

Which of the following declaration is not supported by C?

A. String str;
B. char *str;
C. float str = 3e2;
D. Both String str; & float str = 3e2;
Answer» A. String str;
1.8k
0
Do you find this helpful?
11

View all MCQs in

C Language

Discussion

No comments yet