Correct option is (b) env is the object containing information to restore the environment at the jmp_buf’s calling point
To explain: In the function void longjmp( jmp-buf env, int val), env is the object containing information to restore the environment at the setjmp’s calling point.