Question: QUESTION 13 Consider the code segment below. Which of the following statements is false? int[] g; g = new int[23]; a. The value of g[3]

QUESTION 13 Consider the code segment below. Which of the following statements is false? int[] g; g = new int[23]; a. The value of g[3] is -1 b.g is a reference to an array of integers. c. The first statement declares an array reference. d. The second statement creates the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
