1.

What is the name of the macro that is referred by assert macro defined in assert .h?(a) STDARG(b) SETJMP(c) NDEBUG(d) STDERRI got this question in quiz.Query is from Diagnostics topic in division C Library of C

Answer»

The CORRECT choice is (C) NDEBUG

For explanation: The header FILE defines the assert MACRO and refers to another macro, NDEBUG which is not DEFINED by .



Discussion

No Comment Found

Related InterviewSolutions