Solved

Select All That Apply

Question 2

Multiple Choice

Select all that apply. Which of the following statements is(are) true about named constants?


A) A named constant must be all uppercase.
B) The content of a named constant is read-only.
C) The value of a named constant cannot be changed while the program is running.
D) A named constant is defined using the const qualifier.
E) None of these

Correct Answer:

verifed

Verified

Related Questions