
C Arrays Quiz
Quiz
•
Information Technology (IT)
•
University
•
Hard
PRIYADHARSHNI S
Used 1+ times
FREE Resource
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
51 questions
Telugu Movie Quiz – Test Your Tollywood Knowledge
Quiz
•
University
52 questions
Trick Questions Quiz
Quiz
•
University
55 questions
101-152 ТЕория
Quiz
•
University
45 questions
MedLit Copyryt
Quiz
•
12th Grade - University
46 questions
Đề Kiểm Tra Tin Học
Quiz
•
10th Grade - University
50 questions
ICT in Tourism and Society Quiz
Quiz
•
University
53 questions
Hamming Code and Information Theory Quiz
Quiz
•
University
50 questions
151-200
Quiz
•
University
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Information Technology (IT)
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
12 questions
Halloween
Quiz
•
3rd Grade - University
5 questions
Using Context Clues
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
14 questions
Eat Healthy,Be Healty
Quiz
•
4th Grade - University
7 questions
History of Halloween: Pagan or Christian?
Interactive video
•
11th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
