Q228
What is the function of the given longjump(jmp_buf buf, i)?
A.
go back to place buf is pointing to and return i
AnswerB.
go back to place buf is pointing to and return 0
C.
uses buf to remember current position and returns 0
D.
uses buf to remember current position and returns i
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board