Answer Posted / bhupendra
i can not handle exception in C.When exception occue in C
the sustem will terminated.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What type is sizeof?
What does do in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
How does pointer work in c?
Explain how can I right-justify a string?
What is volatile variable in c?
What is array within structure?
write a program fibonacci series and palindrome program in c
What are the different types of constants?
How we can insert comments in a c program?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What does calloc stand for?
How can I use a preprocessorif expression to ?
What is function prototype?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?