Q67
Which of the following declaration is not supported by C language?
A.
String str;
AnswerB.
char *str;
C.
float str = 3e2;
D.
Both "String str;" and "float str = 3e2;"
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board