
Understanding 1D Arrays in C
Authored by Ayush Tiwari
Information Technology (IT)
12th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to declare a 1D array in C?
int[10] arr;
int arr[10];
array int arr[10];
int arr(10);
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you initialize a 1D array with specific values in C?
int arr[5] = new int[5]{1, 2, 3, 4, 5};
int arr(5) = {1, 2, 3, 4, 5};
int arr[] = {1, 2, 3, 4, 5};
int arr = {1, 2, 3, 4, 5};
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in a C array?
-1
1
5
0
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you access the third element of an array named 'arr'?
arr[1]
arr[2]
arr[3]
arr.get(2)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function can be used to determine the length of an array in C?
count(array)
length(array)
array.length()
sizeof(array) / sizeof(array[0])
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you iterate through all elements of a 1D array using a for loop?
for (int i = 0; i < array.length; i += 2) { /* process array[i] */ }
for (int i = 0; i < array.length - 1; i++) { /* process array[i] */ }
for (int i = 1; i <= array.length; i++) { /* process array[i] */ }
for (int i = 0; i < array.length; i++) { /* process array[i] */ }
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen if you try to access an array element with an index out of bounds?
The program will run without any issues.
The array will automatically resize to accommodate the index.
The value at the last index will be returned.
An error or exception will occur.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
PIT_10.06-10_ASMT
Quiz
•
9th Grade - University
20 questions
KUIZ DIAGNOSTIK
Quiz
•
11th Grade - University
20 questions
Soal Ulangan Internet 8.7
Quiz
•
8th Grade - University
21 questions
E5-1 Data Processing CE2
Quiz
•
9th Grade - University
22 questions
MS Excel
Quiz
•
4th Grade - University
25 questions
UJIAN TIK KELAS 4 BULANAN 1
Quiz
•
9th Grade - University
20 questions
Kelas 8 - Halaman 10 (UH Bab 1)
Quiz
•
8th Grade - University
20 questions
ARDU TEST
Quiz
•
9th Grade - University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
15 questions
Making Inferences
Quiz
•
7th - 12th Grade
23 questions
TSI Math Vocabulary
Quiz
•
10th - 12th Grade
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
20 questions
SSS/SAS
Quiz
•
9th - 12th Grade
20 questions
Predicting Products
Quiz
•
9th - 12th Grade
20 questions
Presidents Day challenge
Quiz
•
9th - 12th Grade
20 questions
Food Chains and Food Webs
Quiz
•
7th - 12th Grade
20 questions
Banking
Quiz
•
9th - 12th Grade