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