Vidyalelo
C Programming · Q185

Standard Library Functions

Programming · C Programming · question 185

Q185

What will the following C statement do? #include int setjmp(jmp_buf env);

A.
save the current state of the registers into env
Answer
B.
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