const variables are preferred to symbolic constants (from #define) because

(a) const variables take up less memory.
(b) symbolic constants can be changed.
(c) const variable names are visible to the compiler
(d) const variables do not have to be of a specific data type.


(c) const variable names are visible to the compiler

Computer Science & Information Technology

You might also like to view...

_______ is information describing other information.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ property in the Design view of a table defines how Access should display the data

A) Input Mask B) Default Value C) Format D) Data Type

Computer Science & Information Technology

On a slide, the difference in brightness between the background and text is an example of ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

To hide a block-level element, assign a value of ____ to the display property.

A. hide B. none C. noblock D. 0

Computer Science & Information Technology