Vidyalelo
C Programming · Q228

Standard Library Functions

Programming · C Programming · question 228

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
Answer
B.
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