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

diff .between strcture and union

2 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


Are the outer parentheses in return statements really optional?

0 Answers  






the format specified for hexa decimal is a.%d b.%o c.%x d.%u

7 Answers   TCS,


Does * p ++ increment p or what it points to?

0 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


What is the process to generate random numbers in c programming language?

0 Answers  


What is #define in c?

0 Answers  


C program to perform stack operation using singly linked list

3 Answers  


Categories