The term “defensive programming” refers to all of the following except:
a. ensuring that a division by zero does not take place
b. ensuring that input data is within the proper range
c. ensuring that there are no compound conditions in a selection structure
d. ensuring that a negative number is not input to the Sqrt function
C
You might also like to view...
An ecommerce ____________ is the software that handles ecommerce transactions.
Fill in the blank(s) with the appropriate word(s).
If you put assert macros throughout your code, then
a. You have to put up with the resulting inefficiency and program halts with messages indecipherable to the user until you edit your code to remove them.
b. You can put #define NDEBUG in your code in the file just before the #include