
C Arrays Quiz
Quiz
•
Information Technology (IT)
•
University
•
Hard
PRIYADHARSHNI S
Used 1+ times
FREE Resource
Enhance your content in a minute
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following correctly declares an array of 10 integers in C?
int arr;
array arr;
int arr;
int arr[];
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in a C array?
0
1
-1
n (array size)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you initialize all elements of an integer array arr to zero?
int arr = {0};
int arr = (0,0,0,0,0);
int arr;
int arr; arr=0;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen if you access arr in an array declared as int arr;?
It will access last element
Compile-time error
Unpredictable (undefined behavior)
Produces zero output
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these accesses the fifth element in the array arr?
arr
arr(5)
arr{5}
arr
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? c int arr[4] = {1,2,3,4}; printf("%d", arr[2]);
2
3
4
1
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you declare int arr = {5}; what are the values in arr?
5, 5, 5
0, 0, 0
5, 0, 0
All garbage values
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
50 questions
Reguler Pre-Test Praktikum Sistem Telekomunikasi
Quiz
•
University
45 questions
Ujian Akhir Semester 1
Quiz
•
8th Grade - University
50 questions
Кәсіби ағылшын 51 - 100
Quiz
•
University
45 questions
TechJar Round 1
Quiz
•
University
50 questions
BSIT3201_ME
Quiz
•
University
48 questions
CompTIA A+ Revision
Quiz
•
University
50 questions
тест3
Quiz
•
University
50 questions
Quiz 2 - OS Services
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Information Technology (IT)
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
25 questions
Waves-8th Grade Physical Science
Quiz
•
KG - University
41 questions
Unit 8 Key Terms
Quiz
•
11th Grade - University
10 questions
Product & Quotient Derivative Rules
Quiz
•
University
5 questions
How to Calculate Force - Newton's 2nd Law of Motion
Interactive video
•
10th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
