Solved

Which of the Following Statements About Creating Arrays and Initializing

Question 40

Multiple Choice

Which of the following statements about creating arrays and initializing their elements is false?


A) The new keyword should be used to create an array.
B) When an array is created with operator new, the number of elements must be placed in square brackets following the type of element being stored.
C) The elements of an array of integers have a value of null before they are initialized.
D) A for loop is commonly used to set the values of the elements of an array.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions