Answer Posted / 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 View All Answers
What is the equivalent code of the following statement in WHILE LOOP format?
What are high level languages like C and FORTRAN also known as?
what is the difference between 123 and 0123 in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is a list in c?
What is a file descriptor in c?
Write a program to print numbers from 1 to 100 without using loop in c?
What is memcpy() function?
Tell me when is a void pointer used?
How to explain the final year project as a fresher please answer with sample project
What is the difference between the expression “++a” and “a++”?
Explain the use of #pragma exit?
How can I determine whether a machines byte order is big-endian or little-endian?
What does %p mean c?
How are strings stored in c?