Vidyalelo
C Programming · Q67

C Miscellaneous

Programming · C Programming · question 67

Q67

Which of the following declaration is not supported by C language?

A.
String str;
Answer
B.
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