McqMate
| Q. |
Which of the following declaration is not supported by C? |
| A. | String str; |
| B. | char *str; |
| C. | float str = 3e2; |
| D. | Both String str; & float str = 3e2; |
| Answer» A. String str; | |
View all MCQs in
C LanguageNo comments yet