Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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