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
Explain what is the benefit of using const for declaring constants?
What is "Duff's Device"?
What is pointer and structure in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Why n++ execute faster than n+1 ?
What does main () mean in c?
How do you list files in a directory?
What is the use of parallelize in spark?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Write a program for finding factorial of a number.
Explain about the constants which help in debugging?
Compare and contrast compilers from interpreters.
How can you invoke another program from within a C program?
Explain a file operation in C with an example.
What are the advantages of using Unions?