Multiple Choice
Assigning initial values to an array is often referred to as ____.
A) sorting the array
B) populating the array
C) assigning the array
D) declaring the array
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Write the statement to declare a seven-element
Q17: Based on the code below,intScores(0,0)is initialized to
Q18: Using an invalid subscript will result in
Q19: An array called state()is loaded as follows:
Q20: Write the statements to traverse the strCategory
Q22: Write the statement to declare a
Q23: Based on the statement below,which of the
Q24: When an array is sorted in descending
Q25: The statement _ assigns the string "Paris"
Q26: The following sample of code contains errors.