

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» B. default handling for that signal will occur | |