InterviewSolution
Saved Bookmarks
| 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 |
|