InterviewSolution
Saved Bookmarks
| 1. |
What does raise functions declared in signal.h do?(a) reports a synchronous signal(b) let’s you specify handling of signals(c) reports a asynchronous signal(d) doesn’t let you specify handling of signalsThe question was asked by my school principal while I was bunking the class.My question is from Signal Handling in portion C Library of C |
|
Answer» Correct ANSWER is (a) reports a SYNCHRONOUS signal |
|