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.
c. The elements of an array of integers have a value of null before they are initialized.
You might also like to view...
Which of the following is NOT true of text files?
A) Text files do not contain graphics. B) Text files are also called ASCII files. C) Text files contain formatting. D) Text files are larger than XML files.
Which act governs the collection, use, and dissemination of personally identifiable information?
A. Privacy Act of 1974 B. SOX C. HIPAA B. Gramm-Leach-Bliley Act