Q39
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
AnswerB.
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: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board