Q97
void (*signal(int sig, void (*func)(int)))(int);If the value of func is SIG_IGN then . . . . . . . .
A.
the signal will be ignored
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board