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