

MCQOPTIONS
Saved Bookmarks
1. |
Regarding #define which of the following statement is false? |
A. | it is not C++ statement but the directive for the pre-processor. |
B. | this does not require a semicolon at the end of line. |
C. | it is a C++ statement that declares a constant in C++. |
D. | none of the above. |
Answer» D. none of the above. | |