Vidyalelo
C Programming · Q80

Standard Library Functions

Programming · C Programming · question 80

Q80

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

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

Answer: Option B

Solution

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