InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the correct description of the macro SIGFPE?(a) erroneous arithmetic operation such as zero divide(b) invalid access to storage(c) termination request sent to the program(d) receipt of the interactive attention signalThe question was asked in an interview for internship.My query is from Signal Handling in division C Library of C |
|
Answer» The CORRECT answer is (a) erroneous arithmetic operation such as ZERO DIVIDE |
|