1.

Which is the true statement with respect to the function longjmp()?

A. the function where setjmp() was called has terminated, then the results are undefined
B. the function where setjmp() was called has terminated, then the results are defined
C. the function where jmp_buf was called has terminated, then the results are undefined
D. the function where jmp_buf was called has terminated, then the results are defined
Answer» B. the function where setjmp() was called has terminated, then the results are defined


Discussion

No Comment Found