

MCQOPTIONS
Saved Bookmarks
1. |
What makes the following declaration denote? |
A. | p is a pointer to an int pointer |
B. | p is a pointer to pointer to type int |
C. | p is a function pointer that returns pointer to int type |
D. | All of above |
E. | None of these |
Answer» B. p is a pointer to pointer to type int | |