-
What does the following statement mean?
int (*fp)(char*)
-
- function taking a char* argument and returning a pointer to int
- pointer to a pointer
- pointer to an array of chars
- pointer to function taking a char* argument and returns an int
- None of these
Correct Option: D
pointer to function taking a char* argument and returns an int