What do following declaration signify?
void *cmp();
Options:
A: cmp is a pointer to a void type
B: cmp is a void type pointer variable
C: cmp is a function that return a void pointer
D: cmp function returns nothing
Answer: C
void *cmp();
Options:
A: cmp is a pointer to a void type
B: cmp is a void type pointer variable
C: cmp is a function that return a void pointer
D: cmp function returns nothing
Answer: C
No comments:
Post a Comment