Referring to the sample above, what is MAX_NUM? #define MAX_NUM 15

a. MAX_NUM is an integer constant.
b. MAX_NUM is a precompiler constant.
c. MAX_NUM is a linker constant.
d. MAX_NUM is an integer variable.
e. MAX_NUM is a preprocessor macro


Answer: e. MAX_NUM is a preprocessor macro

Computer Science & Information Technology

You might also like to view...

A program is a(n) __________ of __________ to be carried out by a computer.

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ____________ is a identifier for a value that cannot be modified during the program’s execution.

a. sentinel b. literal c. keyword d. named constant

Computer Science & Information Technology

What two applications are an example of a mail server and a mail client application, respectively?

a. Exchange b. Maverick c. Outlook d. Firefox

Computer Science & Information Technology

What control would you use to show time passing instead of incremental progress?

a. Chronometer b. Timer c. status bar d. Spinner

Computer Science & Information Technology