单项选择题
编译和运行下面代码时显示结果是()。
A、Hello B、ello C、elloH D、编译错误
A、35 B、25 C、20 D、5
A、int t1[][]={{1,2},{3,4},{5,6}}; B、int t2[][]={1,2,3,4,5,6}; C、int t3[3][2]={1,2,3,4,5,6}; D、int t4[][];t4={1,2,3,4,5,6};