MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following declaration is not supported by C? |
| A. | String str; |
| B. | char *str; |
| C. | float str = 3e2; |
| D. | Both (a) and (c) |
| Answer» B. char *str; | |