Vidyalelo
C Programming · Q73

Standard Library Functions

Programming · C Programming · question 73

Q73

Which of the given statement is not true with respect to void longjmp( jmp-buf env, int val)?

A.
The variable value cannot be zero
B.
env is the object containing information to restore the environment at the jmp_buf's calling point
Answer
C.
This function does not return any value
D.
This function restores the environment saved by the most recent call to setjmp() macro

Answer: Option B

Solution

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