The C++ modulus operator is available for class use.
Answer the following statement true (T) or false (F)
True
You might also like to view...
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
Which of the following is an example of a submacro within a macro?
A. OnClick.OpenCustomerTable B. frmInvoice.OnClose C. tblBilling.ListCustomer D. mcrLatePayment.OpenBillingTable