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
You might also like to view...
Match the following terms to their meanings:
I. Data marker II. Category labels III. Chart IV. Table A. identify the groups of data in a chart B. a graphic representation of numeric data C. a symbol in a chart such as a column or a pie slice D. presents data in rows and columns
A ________ is a replica of a table or query's Datasheet view that maintains some form properties although the form is limited in design and control options?
A) datasheet form B) split form C) subform D) multiple Items form