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
(c) jmpbuf
(d) long_jmp
I got this question during an internship interview.
Origin of the question is Non-Local Jumps topic in portion C Library of C