Which function restores the environment saved by the most recent invocation of the setjmp() macro in the same invocation of the program?
Which function restores the environment saved by the most recent invocation of the setjmp() macro in the same invocation of the program? Correct Answer longjmp
longjmp() is the only function defined under the header file setjmp.h. What setjmp() does is save the contents of the registers so that longjmp() can restore the contents later.
মোঃ আরিফুল ইসলাম
Feb 20, 2025