Vidyalelo
C Programming · Q39

Standard Library Functions

Programming · C Programming · question 39

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
Answer
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: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board