Q185
What will the following C statement do? #include int setjmp(jmp_buf env);
A.
save the current state of the registers into env
AnswerB.
resets the registers to the values saved in env
C.
provides a definition for env structure
D.
accept variable(env) argument lists to be written
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board