Question

Which statement is true?
a) A symbolic constant is an identifier that is replaced with replacement text by the C preprocessor after the program is compiled.
b) Using symbolic constants to specify array sizes makes programs run faster.
c) Preprocessor directives are not C statements.
d) The #define preprocessor directive must end in a semicolon.

Answer

This answer is hidden. It contains 3 characters.