HOW TO HANDLE EXCEPTIONS IN C

Answer Posted / azhar iqbal

I prefer to get help in this matter.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the rules for identifiers in c?

579


Is main is user defined function?

584


Why do we need volatile in c?

737


write a program to copy the string using switch case?

2392


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1406






What is main return c?

507


Why is %d used in c?

559


Write a program to generate random numbers in c?

652


How can I split up a string into whitespace-separated fields?

561


Differentiate between a for loop and a while loop? What are it uses?

658


Under what circumstances does a name clash occur?

682


What is the explanation for the dangling pointer in c?

667


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

712


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22178


Why we use stdio h in c?

570