1.

How many times does the function longjmp() returns?(a) once(b) twice(c) thrice(d) neverThis question was posed to me in an interview.I would like to ask this question from Non-Local Jumps topic in section C Library of C

Answer»

Correct choice is (d) never

For EXPLANATION: longjmp() FUNCTION defined under setjmp.h header FILE does not return any VALUE.



Discussion

No Comment Found

Related InterviewSolutions