night_lone 发表于 2013-1-27 04:44:48

一个数组声明的题目

which of the followiing are valid array declaration for strings of 50 chars?
A char c[][];                         B.String[] s;
C String s;                    D.Object s;
答案:B
 
在声明数组时,不能直接指定列数和行数。
页: [1]
查看完整版本: 一个数组声明的题目