
Array Data Structure Quiz for Beginners

Quiz
•
Computers
•
Professional Development
•
Hard
DR. JAIN
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The size of the array should always be _____
Whole Number
Negative
Positive
Real Number
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
With the help of which operator can array elements be accessed?
Dot Operator .
Subscript Operator [ ]
Braces { }
Parenthesis ( )
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following statements is correct about arrays?
The size of the array is dynamic.
Random access is not possible in an array.
Arrays can only store integers.
The size of the array is fixed.
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following syntax correctly declares an Array in C/C++?
geeks{20};
array geeks[20];
int geeks[20];
int geeks;
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In an array int arr[3]={1,2,3}, what will happen if we try to access arr[4] in C/C++?
Run Time error
30
Garbage Value
Segmentation Fault
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following program? C
{
int arr[5] = { 2, 6, 8, 13, 19 };
for (int i = 0; i < 5; i += 2)
arr[i]++;
for (int i = 0; i < 5; i += 1)
printf("%d,",arr[i]);
}
3, 6, 9, 13, 20
2, 6, 8, 13, 19
3, 7, 9, 14, 20
None of these
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the famous mathematical example of a 2-D array?
Cube
Dice
Matrix
Table
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
June'21 ESA Quiz

Quiz
•
Professional Development
25 questions
Quiz Básico de Java

Quiz
•
7th Grade - Professio...
20 questions
Sorting - IV year

Quiz
•
Professional Development
15 questions
Code X Trade

Quiz
•
Professional Development
21 questions
БимБам♥

Quiz
•
Professional Development
20 questions
Season 5 #Spaic Python Weekly Quiz

Quiz
•
KG - Professional Dev...
25 questions
Java Basics

Quiz
•
Professional Development
15 questions
DOT NET-SET1

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade