Question

. const variables are preferred to symbolic constants (from #define) because
(a) constvariables 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.

Answer

This answer is hidden. It contains 3 characters.