问题描述:
[单选]
下面()语句是创建数组的正确语句。
A.float[]f[]=new float[5][6]
B.float f[5][]= new float[][6]
C.float f[5][6]= new float[5][6]
D.float [5][]f= new float[5][6]
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.217.131)
- 热门题目: 1.在C语言中,逗号既可以作为运 2.文件是否打开是可以判断的。( 3.数组边定义边赋值时,大括号内
