卷子上的答案 我也感觉不对 但是卷子上有两题都是这个答案 你能帮忙试一下吗 我c语言不太会 应付考试 呵呵
追答int a[][] = {{1,2,3},{4,5,6}};的编译结果为:
F:\codeblocks\dfadf\main.cpp|4|error: declaration of `a' as multidimensional array must have bounds for all dimensions except the first|
意思是除了第一维,其它维的度必须明确指定。
答案应该有问题。