Multiple Choice
Which of the following statements about named constants is/are True?
A) A named constant must be initialized with a value at the time it is declared.
B) The identifier name of a named constant can only contain capital letters and underscores.
C) The initial value of a named constant, cannot be changed during the program execution.
D) All 3 of the above statements are True.
E) Statements A and C are True, but B is not.
Correct Answer:

Verified
Correct Answer:
Verified
Q28: Which of the following expressions will evaluate
Q29: The following two expressions evaluate to the
Q30: When an arithmetic expression contains two or
Q31: When converting some algebraic expressions to C++,
Q32: The only difference between C-strings and string
Q34: The statement cout << setw(4) << num4
Q35: The following 4 lines of C++ code,
Q36: The following statement sets sum1, sum2, and
Q37: In any program that uses the cin
Q38: Operator associativity is either left to right