In the c library function void (*signal(int sig, void (*func)(int)))(int), which statement is true with respect to func?

In the c library function void (*signal(int sig, void (*func)(int)))(int), which statement is true with respect to func? Correct Answer func is a pointer to the function

Related Questions

void (*signal(int sig, void (*func)(int)))(int);If the value of func is SIG_IGN then . . . . . . . .
What is the problem in the following C declarations?
int func(int);double func(int);int func(float);
Jane, Karim and Leo checked out books from the library. Jane has an even number of library books . Karim has 3 more library books than Jane . Leo has 2 more library books than Karim. Which statement is true about the number of library books Karim and Leo have ?