void (*signal(int sig, void (*func)(int)))(int);If the value of func is SIG_IGN then . . . . . . . .

Correct Answer: the signal will be ignored