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

What do you mean by a sequential access file?

630


Who is the founder of c language?

687


What is a protocol in c?

560


How many types of sorting are there in c?

615


diff between exptected result and requirement?

1596






Hi can anyone tell what is a start up code?

1617


What is sorting in c plus plus?

566


why we wont use '&' sing in aceesing the string using scanf

1785


What are conditional operators in C?

628


How do shell structures work?

570


What is d scanf?

596


Is using exit() the same as using return?

680


Process by which one bit pattern in to another by bit wise operation is?

616


How can variables be characterized?

1653


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3057