Examveda

Which of the following declaration is not supported by C?

A. String str;

B. char *str;

C. float str = 3e2;

D. Both "String str;" and "float str = 3e2;"

Answer: Option A


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals