Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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