| 9. | What do the following declaration signify? char *arr[10]; |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 10. | Declare the following statement? "A pointer to an array of three chars". |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 11. | What do the following declaration signify? int *ptr[30]; |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
| 12. | Declare the following statement? "An array of three pointers to chars". |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
