1.

Select the macro that abnormally terminates the program.(a) SIGILL(b) SIGTERM(c) SIGABRT(d) SIGFPEI had been asked this question in an interview.My enquiry is from Signal Handling topic in portion C Library of C

Answer»

Correct option is (c) SIGABRT

The best I can EXPLAIN: SIGABRT is the macro DEFINED under the header file signal.h which terminates the program ABRUPTLY.



Discussion

No Comment Found

Related InterviewSolutions