

MCQOPTIONS
Saved Bookmarks
1. |
Declare the following statement?''A pointer to a function which receives nothing and returns nothing''. |
A. | void *(ptr)*int; |
B. | void *(*ptr)() |
C. | void *(*ptr)(*) |
D. | void (*ptr)() |
Answer» E. | |