
帕萨迪纳城市学院Spr26_CS002_36336 Quiz 9 2D Arrays and c strings
题目预览
共 6 道题numerical_questionAI 解答
What is the output of the following code:
int arr[4][4] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16};
for (int j = 2; j < 3; j++)
for(int i = 0; i < 4; i++)
cout << arr[i]...
21天前查看解析 →
查看全部 6 道题目
免费注册后即可访问完整题库和详细解析