Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


HOW DO YOU HANDLE EXCEPTIONS IN C?

Answers were Sorted based on User's Feedback



HOW DO YOU HANDLE EXCEPTIONS IN C? ..

Answer / 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

HOW DO YOU HANDLE EXCEPTIONS IN C? ..

Answer / sathish kumar

Hi All,

U can handle exceptions in Unix. In Unix you have signal
handlers to handle the exceptional situations.

For Ex. u have signal SIGQUIT when you press "Ctrl+\" key
to terminate the program


Thanks & Regards
Sathish Kumar

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Why do we write return 0 in c?

0 Answers  


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

0 Answers  


biggest of two no's with out using if condition statement

5 Answers  


how to swap 4 number without using temporary number?

2 Answers  


how logic is used

0 Answers  


How can I sort more data than will fit in memory?

0 Answers  


How are strings stored in c?

0 Answers  


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


Which is more efficient, a switch statement or an if else chain?

0 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


Categories