在线名词解释大全
专业、全面、易懂的全领域名词百科

以下哪个选项可以正确创建一个长度为3的一维数组?

题型:单选题
选项
A. new int[2]
B. new int[3]
C. new int[4]
D. 以上答案都不对
正确答案:B