Multiple Choice
Which of the following statements about named constants is/are true?
A) The initial value of a named constant, cannot be changed during the program execution.
B) The identifier name of a named constant can only contain capital letters and underscores.
C) A named constant must be initialized with a value at the time it is declared.
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
Q4: The following statement sets the value of
Q8: The cin object lets the user enter
Q9: When an operator's operands are of different
Q10: When a C++ expression is evaluated, binary
Q12: The following C++ statement will assign 1.5
Q19: The object causes data to be input
Q21: In C++, the 5 basic arithmetic operators
Q22: The following statement sets sum1, sum2, and
Q25: To use the sqrt()function, or other mathematical
Q40: When an operator has two operands of