【答案】数组定义为 int a[3][2]={1,3,4,6,8,10},数组元素()的值为6。

返回首页智慧树时间:2022-11-15 19:19
题目 / 答案提交正确答案

数组定义为 int a[3][2]={1,3,4,6,8,10},数组元素()的值为6。

A.a[3][2]

B.a[1][1]

C.a[2][1]

D.a[2][2]

正确答案:B

本文链接:https://www.oyuuu.com/Ti/ZhiHuiShu/352774.html

关键字  浏览量:
上一篇:定义 int a[10][11],则数组a有()个元素。
下一篇:以下程序的输出结果()。 int main(){int i,j,s=0,a[2][3]={1,2,3,4,5,6};fo
相关问题