

MCQOPTIONS
Saved Bookmarks
1. |
What do the following declaration signify? char *scr; |
A. | scr is a pointer to pointer variable. |
B. | scr is a function pointer. |
C. | scr is a pointer to char. |
D. | scr is a member of function pointer. |
Answer» D. scr is a member of function pointer. | |