HOW DO YOU HANDLE EXCEPTIONS IN C?

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


Please Help Members By Posting Answers For Below Questions

Explain that why C is procedural?

886


Explain how can you avoid including a header more than once?

815


Why is it important to memset a variable, immediately after allocating memory to it ?

1769


What is typeof in c?

756


Who is the main contributor in designing the c language after dennis ritchie?

764


When would you use a pointer to a function?

793


What do you mean by dynamic memory allocation in c? What functions are used?

883


how many key words availabel in c a) 28 b) 31 c) 32

813


Write a Program to accept different goods with the number, price and date of purchase and display them

5860


What is the c value paradox and how is it explained?

789


Is c dynamically typed?

874


What is spaghetti programming?

874


How many types of errors are there in c language? Explain

752


Are enumerations really portable?

790


string reverse using recursion

2071