Answer Posted / reejusri
C don't use the term exception handling, but include
facilities that allow implementing similar functionality.
The most common way to implement exception handling in
standard C is to use setjmp/longjmp functions.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you use a 'Local Block'?
What is bubble sort technique in c?
How are variables declared in c?
What is time null in c?
How do you write a program which produces its own source code as output?
What is the use of typedef in structure in c?
How can I copy just a portion of a string?
What is structure pointer in c?
What is a shell structure examples?
Explain what are multibyte characters?
How to find a missed value, if you want to store 100 values in a 99 sized array?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Why flag is used in c?
What does s c mean in text?
Why are all header files not declared in every c program?