
Data Structure Lab 1

Quiz
•
Information Technology (IT)
•
University
•
Medium
Yasmin Kandil
Used 23+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in a C++ array?
1
0
-1
Depends on compiler
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If an array int arr[5]; is declared, what is the valid index range?
1 ->5
0 ->5
0 ->4
-1 ->4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
int num = 5, *ptr = #
ptr = ptr + 10;
cout << num;
5
10
15
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following correctly declares a pointer to an integer?
int p;
int *p;
int &p;
pointer int p;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the code:
int arr[3] = {1, 2, 3};
int *p = arr;
cout << *(p+2);
1
2
3
garbage value
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
After executing the code below, what are the values of x and y?
int x = 5, y = 10;
int p = &x, q = &y;
p = q;
x = 5, y = 10
x = 10, y = 10
x = 5, y = 5
x = 0, y = 0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code output?
char ch = 'A'; // ASCII = 65
ch = ch + 2;
cout << ch;
A
B
C
65
67
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Abstracciones procedimentales

Quiz
•
University
15 questions
Quizizz - SS03 - TSU_PLUS Java Fundamental

Quiz
•
University
13 questions
Session 15 + 16 : Function

Quiz
•
University
12 questions
Aula07 - Matrizes

Quiz
•
University
10 questions
C++ Templates Quiz

Quiz
•
University
15 questions
BYTS ASSESSMENT

Quiz
•
University
11 questions
Python Quiz

Quiz
•
University
10 questions
SWE111_quiz 2

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University