Vidyalelo
C Programming · Q97

Standard Library Functions

Programming · C Programming · question 97

Q97

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

A.
the signal will be ignored
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board