A.數(shù)組的長度 B.數(shù)組的首地址 C.數(shù)組中每一個元素的地址 D.數(shù)組中每個元素的值
A.a=1 B.++i C.a=a++=5 D.a=(int)(i)
A.m=n,n=n+l B.n=n+l,m=n C.m=++n D.m+=n+1