Multiple Choice
Constant variables:
A) Can be assigned values in executable statements.
B) Do not have to be initialized when they are declared.
C) Can be used to specify array sizes, thereby making programs more scalable.
D) Can be used to specify array sizes, but this makes programs harder to understand.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Using square brackets ([]) to retrieve vector
Q9: Which of the following tasks cannot be
Q10: Which of the following is false?<br>A) The
Q11: An array is not:<br>A) A consecutive group
Q12: A double subscripted array declared as array<array<int,
Q13: When using exception handling, place any code
Q14: Which of the following is not true
Q15: Which of the following does not declare
Q17: In order to calculate the _ of
Q18: Which statement would be used to declare