1.

If setjmp() macro returns directly from the macro invocation, it______(a) returns zero(b) returns non-zero(c) produces error(d) nothing can be saidThe question was asked by my school teacher while I was bunking the class.I want to ask this question from Non-Local Jumps topic in section C Library of C

Answer»

Correct answer is (a) returns ZERO

The best EXPLANATION: The setjmp() MACRO returns zero if the return is from a direct invocation.



Discussion

No Comment Found

Related InterviewSolutions