Difference between goto, long jmp() and setjmp()?


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

Post New Answer

More C Interview Questions

How do you construct an increment statement or decrement statement in C?

0 Answers  


How a string is stored in c?

0 Answers  


Write a program to check armstrong number in c?

0 Answers  


How do you declare a variable that will hold string values?

0 Answers  


what is the use of operator ^ in C ? and how it works?

2 Answers  






What does. int *x[](); means ?

0 Answers   Wilco,


What is difference between %d and %i in c?

0 Answers  


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

3 Answers   IBM,


What library is sizeof in c?

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


Is there any data type in c with variable size?

0 Answers  


Categories