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

Write the control statements in C language

0 Answers   Atos Origin,


What is meant by high-order and low-order bytes?

0 Answers  


What is clrscr ()?

0 Answers  


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


who did come first hen or agg

15 Answers   Infosys,






WHAT IS C?

6 Answers  


Is main is a keyword in c?

0 Answers  


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


Are pointers integers in c?

0 Answers  


What is a structure in c language. how to initialise a structure in c?

0 Answers  


What is function in c with example?

0 Answers  


Categories