Which statement is false?
a) assert is a useful debugging tool for testing if a variable has a correct value
b) If NDEBUG is defined, only the next assertion is ignored.
c) The assert macro is defined in the assert.h header file.
d) One problem with using assert is that if the assertion is false, program execution is terminated; in some situations it is more appropriate to allow the program to continue executing after the program has dealt with the problem.
b) If NDEBUG is defined, only the next assertion is ignored.
You might also like to view...
Match the following operating systems with their characteristics:
I. Windows/Intel II. PC-DOS III. OS/390 and Z/OS IV. Linux V. iOS A. operating system developed for IBM B. GUI operating system C. a popular desktop computer platform D. cell phone operating system E. IBM mainframe operating system
Match the following terms to their meanings:
I. browser II. HTML III. Web site IV. hyperlink V. home page A. used to connect to another Web page B. preselected Web page for a browser to display when first opened C. programming language used for Web pages D. group of related Web pages E. program designed to retrieve Web pages