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 is string length in c?

0 Answers  


what is self refrential structure

3 Answers   HCL,


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


How can you call a function, given its name as a string?

0 Answers  


A program to write a number of letters and numbers, such as counting and display

0 Answers  






What are the 3 types of structures?

0 Answers  


How can I read/write structures from/to data files?

0 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


can a union be self-referenced?

1 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


How do you define a string?

0 Answers  


What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,


Categories