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
Explain that why C is procedural?
Explain how can you avoid including a header more than once?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is typeof in c?
Who is the main contributor in designing the c language after dennis ritchie?
When would you use a pointer to a function?
What do you mean by dynamic memory allocation in c? What functions are used?
how many key words availabel in c a) 28 b) 31 c) 32
Write a Program to accept different goods with the number, price and date of purchase and display them
What is the c value paradox and how is it explained?
Is c dynamically typed?
What is spaghetti programming?
How many types of errors are there in c language? Explain
Are enumerations really portable?
string reverse using recursion