How many times can the macro setjmp() return?
How many times can the macro setjmp() return? Correct Answer two times
setjmp() macro returns twice. First time, setjmp() returns zero on its direct invocation. Second time macro returns when longjmp is called with the information written to the environment; now, it returns the value passed to longjmp as second argument.
মোঃ আরিফুল ইসলাম
Feb 20, 2025