

MCQOPTIONS
Saved Bookmarks
1. |
What is the meaning of the following declaration? |
A. | p is pointer to array of function |
B. | p is pointer to function |
C. | p is array of pointer to function |
D. | p is pointer to such function which return type is the array |
E. | None of these |
Answer» D. p is pointer to such function which return type is the array | |