
SWE111_quiz 2

Quiz
•
Information Technology (IT)
•
University
•
Medium
Riham KamalAbdelAziz
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to declare an array in C++?
int arr[];
array<int> arr;
int arr[5];
arr = new int[5];
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct syntax to initialize an array?
int arr[3] = {1, 2, 3};
int arr = {1, 2, 3};
int arr[] = [1, 2, 3];
int arr[3] {1, 2, 3};
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access the last element of an array arr of size n?
arr[n]
arr[n-1]
arr[-1]
arr[last]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when an array is passed to a function?
A copy of the array is created
The base address of the array is passed
The function cannot modify the array
It results in a syntax error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given int arr[5] = {1, 2, 3, 4, 5};, what does cout << arr; print?
The first element
The address of the first element
The entire array
Compilation error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can an array size be changed after declaration in C++?
Yes
No
Only for global arrays
Depends on compiler
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code fragment:
int ar[] = {2, 4, 6, 8 };
ar[0] = 23;
ar[3] = ar[1];
cout << ar[0]<< "and" <<ar[3] << endl;
23 and 2
2 and 8
3 and 1
23 and 4
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Test wiedzy: Tablice jednowymiarowe w C++

Quiz
•
10th Grade - University
10 questions
Quiz 2

Quiz
•
University
10 questions
QUIZ 2 PLC

Quiz
•
10th Grade - University
10 questions
Refresh Python

Quiz
•
University
10 questions
Мәтінді форматтау

Quiz
•
10th Grade - University
7 questions
Java Quiz 2 in tamil theme

Quiz
•
University
10 questions
Kiểm tra kiến thức về HTML + CSS

Quiz
•
University
10 questions
TEB2132 Lecture 3 Quiz

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