The preprocessor directives used with the assertion macros is/are

a. #include
b. #define NDBUG
c. #include
d. #include
e. #include


b) and c)
Explanation: c) is necessary to provide access to the macro definition so that you can say assert(x==y), and b) is necessary for turning these off without an error prone edit session.

Computer Science & Information Technology

You might also like to view...

In the figure above, which item represents a recording layer?

A. item 1 B. item 4 C. item 3 D. item 7

Computer Science & Information Technology

Which Recovery Console command writes the new master boot record (MBR) for the partition boot sector?

A. fixmbr B. format C. fixboot D. extract

Computer Science & Information Technology

A(n) ____________________ is a solution to a user needs assessment project that is reasonable, but perhaps not the best possible solution.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

C and C++ are _______ typed languages.

a) strongly b) moderately c) weakly d) the languages vary

Computer Science & Information Technology