MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements correct about k used in the below statement? char ****k; |
| A. | k is a pointer to a pointer to a pointer to a char |
| B. | k is a pointer to a pointer to a pointer to a pointer to a char |
| C. | k is a pointer to a char pointer |
| D. | k is a pointer to a pointer to a char |
| Answer» C. k is a pointer to a char pointer | |