InterviewSolution
Saved Bookmarks
| 1. |
How many times can the macro setjmp() return?(a) one time(b) two times(c) three times(d) many timesI had been asked this question in class test.The question is from Non-Local Jumps topic in section C Library of C |
|
Answer» The correct choice is (b) two times |
|