Vidyalelo
C Programming · Q125

Standard Library Functions

Programming · C Programming · question 125

Q125

Correct code to turn assertions ON at various places throughout a source file is . . . . . . . .

A.
#undef NDEBUG
#include
Answer
B.
#define NDEBUG
#include
C.
#define DEBUG
#include
D.
#undef N-DEBUG
#include

Answer: Option A

Solution

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