InterviewSolution
Saved Bookmarks
| 1. |
A less common use of setjmp.h is to create syntax similar to ____________(a) errno(b) variable arguments(c) coroutines(d) retvalThis question was posed to me in homework.I would like to ask this question from Non-Local Jumps topic in division C Library of C |
|
Answer» RIGHT CHOICE is (c) coroutines To EXPLAIN: setjmp.h is sometime is used to create syntax similar to coroutines. Coroutines are COMPUTER PROGRAM components. |
|