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
What is the size of enum in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Are enumerations really portable?
What is a 'null pointer assignment' error?
What is the difference between char array and char pointer?
What is dynamic variable in c?
What is a macro, and explain how do you use it?
What are the basic data types associated with c?
What is an expression?
Explain what is wrong with this statement? Myname = ?robin?;
How can I use a preprocessorif expression to ?
Is a pointer a kind of array?
How many types of operator or there in c?
What is character constants?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...