The void longjmp( jmp-buf env, int val) function causes setjmp() macro to return _______ value; if val is 0.
The void longjmp( jmp-buf env, int val) function causes setjmp() macro to return _______ value; if val is 0. Correct Answer one
The longjmp() function cannot cause the setjmp() to return value zero,if the variable val is zero. It always return one when the value of val is 0.
মোঃ আরিফুল ইসলাম
Feb 20, 2025