Vidyalelo
C Programming · Q94

Standard Library Functions

Programming · C Programming · question 94

Q94

Select the correct declaration of setjmp().

A.
int setjmp(jmp_buf environment)
Answer
B.
int setjmp(long_jmp environment)
C.
int setjmp(jmp_buf )
D.
int setjmp(long_jmp)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board