Q. Which of the following declaration is not supported by C? (Solved)
1. String str;
2. char *str;
3. float str = 3e2;
4. Both String str; & float str = 3e2;
- a. String str;
1. String str;
2. char *str;
3. float str = 3e2;
4. Both String str; & float str = 3e2;