1.

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

A. #undef NDEBUG #include
B. #define NDEBUG #include
C. #define NDEBUG #include
D. #undef NDEBUG #include
Answer» B. #define NDEBUG #include


Discussion

No Comment Found