Explain setjmp()?


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

Post New Answer

More C Interview Questions

What are header files why are they important?

0 Answers  


how to find sum of 5 digits in C?

4 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


how we do lcm of two no using c simple if while or for statement

1 Answers  


Which is best book for data structures in c?

0 Answers  






int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


Describe the steps to insert data into a singly linked list.

0 Answers  


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

0 Answers  


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


Do you know the purpose of 'register' keyword?

0 Answers  


How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 Answers  


Is javascript based on c?

0 Answers  


Categories