 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | What does the following declaration mean? int (*a)[10] a is | 
| A. | Pointer to an array | 
| B. | None of the mentioned | 
| C. | Array of 10 integers | 
| D. | Both of the mentioned | 
| Answer» B. None of the mentioned | |