Q. What does the following statement mean?
Code:
int (*fp)(char*)
β
Correct Answer: (D)
pointer to function taking a char* argument and returns an int
int (*fp)(char*)
You must be Logged in to update hint/solution