Page 1 of 1

Which of the following declaration is not supported by C?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) String str;
b) char *str;
c) float str = 3e2;
d) Both String str; & float str = 3e2;