Is Exception handling possible in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What does sizeof function do?

0 Answers  


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  






What is the difference between c &c++?

0 Answers  


difference between malloc and calloc

3 Answers   HCL, Wipro,


program in c to print 1 to 100 without using loop

9 Answers   Wipro,


what is printf

5 Answers   MVSR, Satyam,


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


can we store values and addresses in the same array? explain

3 Answers   TCS,


what is an inline function?

2 Answers   TCS,


Categories