Examveda

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 to execute

Answer: Option A


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions