void (*signal(int sig, void (*func)(int)))(int);If the value of func is SIG_IGN then . . . . . . . .
A. the signal will be ignored
B. default handling for that signal will occur
C. The signal() function will fail to execute
D. the signal will be ignored to execute
Answer: Option A

Join The Discussion