
3-1陣列資料結構實作

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
鄭傑 鄭傑
Used 9+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
陣列宣告何者"""錯誤"""?
int a[87];
int a[87]=94;
int a[87]={5,94,87};
int a[]={5,94,87};
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int a[3]={5,94,87};
cout<<a[2];
5
94
87
錯誤
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int a[5][4];
共有幾個整數
5
4
20
錯誤
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int a[5][4];
for(int i=0;i<5;i++){
for(int j=0;j<4;j++){
a[i][j]=i*5+j;
}
}
cout<<a[2][3];
13
6
5
17
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int a[3][4][5];
共有幾個整數?
12
60
20
64
Similar Resources on Wayground
10 questions
C#

Quiz
•
11th Grade
10 questions
TRẮC NGHIỆM PYTHON

Quiz
•
9th - 12th Grade
10 questions
Le basi C++

Quiz
•
11th Grade
10 questions
Xб_сор

Quiz
•
9th - 12th Grade
10 questions
Variables and Data Types

Quiz
•
10th - 12th Grade
10 questions
AP CS A Unit 3 Test PRACTICE

Quiz
•
9th - 12th Grade
10 questions
Year 9 lower Python

Quiz
•
9th Grade
10 questions
Tema if

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade