Mar 26 2008 12:05 PM 2250 2 Types of Exceptions in C john abraham What are all the type of Exceptions available in C ? jbode Profile Answers by jbode Questions by jbode Feb 1st, 2011 C does not support exceptions. C does support asynchronous signals, which may be used to fake exception handling. The signals defined by the standard are:SIGABRT: abnormal terminationSIGFP... Answer Question Select Best Answer
Mar 26 2008 12:05 PM 2250 2 Types of Exceptions in C john abraham What are all the type of Exceptions available in C ? jbode Profile Answers by jbode Questions by jbode Feb 1st, 2011 C does not support exceptions. C does support asynchronous signals, which may be used to fake exception handling. The signals defined by the standard are:SIGABRT: abnormal terminationSIGFP... Answer Question Select Best Answer
jbode Profile Answers by jbode Questions by jbode Feb 1st, 2011 C does not support exceptions. C does support asynchronous signals, which may be used to fake exception handling. The signals defined by the standard are:SIGABRT: abnormal terminationSIGFP...