Declare the following statement:
"A pointer to a function which receives nothing and returns nothing"
Options:
A: void *(ptr)*int;
B: void *(*ptr)( )
C: void *(*ptr)(*)
D: void (*ptr)( )
Answer: D
"A pointer to a function which receives nothing and returns nothing"
Options:
A: void *(ptr)*int;
B: void *(*ptr)( )
C: void *(*ptr)(*)
D: void (*ptr)( )
Answer: D
No comments:
Post a Comment