Which of the following declaration is not supported by C?
Posted: Wed Jul 13, 2022 7:54 pm
a) String str;
b) char *str;
c) float str = 3e2;
d) Both String str; & float str = 3e2;
b) char *str;
c) float str = 3e2;
d) Both String str; & float str = 3e2;