1.

longjmp() function is the only function defined under the header file setjmp.h?(a) true(b) falseI have been asked this question by my school teacher while I was bunking the class.This intriguing question originated from Non-Local Jumps in portion C Library of C

Answer»

Correct option is (a) true

The BEST I can EXPLAIN: The only FUNCTION DEFINED under the header file setjmp.h is longjmp().LONGJMP() resets the registers to the values SAVED in an environment.



Discussion

No Comment Found

Related InterviewSolutions