Vidyalelo
C Programming · Q127

Standard Library Functions

Programming · C Programming · question 127

Q127

Which function restores the environment saved by the most recent invocation of the setjmp() macro in the same invocation of the program?

A.
jmp_buf
B.
longjmp
Answer
C.
jmpbuf
D.
long_jmp

Answer: Option B

Solution

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