A. char[] c = new char(); ... dataType[] arrayRefVar = new dataType[arraySize]; ... Option (D) is incorrect as the size of the array is missing.
確定! 回上一頁