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
void (*signal(int sig, void (*func)(int)))(int);If the value of func is SIG_IGN then _________
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
void (*signal(int sig, void (*func)(int)))(int);If the value of func is SIG_IGN then _________
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!