A.求和 B.求平均 C.求最大值 D.求最小值
A.int a[2]={1,2,3} B.int a[3]={1,2,3} C.int a{5}={10*1} D.int a[]={0,1,2}
A.常量B.未被賦值的變量C.常量表達(dá)式D.已被賦值的變量