Какими способами можно заполнить массив?
array

Quiz
•
Computers
•
1st - 5th Grade
•
Hard
Мадина Аскарова
Used 23+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ввод с клавиатуры
по формуле
случайным образом
все варианты
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Целочисленный массив в Си обозначается:
int array [5];
float array [6];
А: array [1..5] of integer;
double array [6];
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
float stats[3];
What is the range of the index?
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of C Program?
int main() {
int a[] = {1,2,3,4};
int b[4] = {5,6,7,8};
printf("%d,%d", a[0], b[0]);
}
1,5
2,6
0,0
Error
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of C Program?
int main() {
int a[3] = {10,12,14};
a[1]=20;
int i=0;
while(i<3)
{ printf("%d ", a[i]);
i++; }
}
20 12 14
10 20 14
10 12 20
Error
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of C program?
int main() {
int a[3] = {10,12,14};
int i=0;
while(i<3)
{ printf("%d ", i[a]);
i++; }
}
14 12 10
10 10 10
10 12 14
None
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Экзамен Minecraft EE

Quiz
•
3rd - 7th Grade
10 questions
Code Monkey hard

Quiz
•
1st Grade
20 questions
Java Script 1.7.

Quiz
•
1st - 12th Grade
10 questions
9 сынып Python программалау тілінде алгоритмдерді программалау

Quiz
•
1st Grade
15 questions
Массивтер

Quiz
•
1st - 5th Grade
20 questions
Язык программирования Python

Quiz
•
1st - 10th Grade
15 questions
Заканчиваем JavaScript

Quiz
•
1st Grade
19 questions
Информация и информационные процессы

Quiz
•
5th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
15 questions
Character Analysis

Quiz
•
4th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade
10 questions
Identifying equations

Quiz
•
KG - University
14 questions
IREAD-3 Practice Test

Quiz
•
3rd Grade
15 questions
Multiplication Facts

Quiz
•
4th Grade