 
			 
			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 String str; & float str = 3e2; | 
| Answer» B. char *str; | |