Examveda

Which is the true statement with respect to the function longjmp()?

A. the function where setjmp() was called has terminated, then the results are undefined

B. the function where setjmp() was called has terminated, then the results are defined

C. the function where jmp_buf was called has terminated, then the results are undefined

D. the function where jmp_buf was called has terminated, then the results are defined

Answer: Option A


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions