数组x定义为intx[][]newint[3][2];则x..length的值为(),x[0].length的值为()。
数组x定义为intx[][]newint[3][2];则x..length的值为(),x[0].length的值为()。
相关考题:
若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。 A.-20B.-l0C.0 若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。A.-20B.-l0C.0D.10
若有定义:int x[5], *p=x;则 p 的值为 ()。A.5B.数组 x 的首地址C.数组 x 的首元素D.无具体值