Solved

Which One of the Following Statements Correctly Declares a Reference

Question 34

Multiple Choice

Which one of the following statements correctly declares a reference variable named values that can be used to reference an array of int?


A) int values[];
B) values[int];
C) int[] values;
D) int [values];

Correct Answer:

verifed

Verified

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

Related Questions