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
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
b) default handling for that signal will occur
c) The signal() function will fail to execute
d) the signal will be ignored