The void longjmp( jmp-buf env, int val) function causes setjmp() macro to return _______ value; if val is 0.
(a) zero
(b) one
(c) null
(d) no return
I have been asked this question in an online interview.
My doubt is from Non-Local Jumps in division C Library of C