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

To EXPLAIN I would say: SIGFPE is the MACRO defined under the header file signal.h which is an erroneous arithmetic operation such as zero divide, or operation resulting in overflow.



Discussion

No Comment Found

Related InterviewSolutions