Data Struct - S1_Array & Pointer

Data Struct - S1_Array & Pointer

University

12 Qs

quiz-placeholder

Similar activities

DSA (Quiz 1) Arrays and Linked Lists

DSA (Quiz 1) Arrays and Linked Lists

University

15 Qs

Test wiedzy: Tablice jednowymiarowe w C++

Test wiedzy: Tablice jednowymiarowe w C++

10th Grade - University

15 Qs

3F_14042025_Verifica per orale Informatica

3F_14042025_Verifica per orale Informatica

11th Grade - University

10 Qs

C-Volution (Hard)

C-Volution (Hard)

University

10 Qs

PPL 223 - (QUIZ 3) Data Types and Structures

PPL 223 - (QUIZ 3) Data Types and Structures

University

15 Qs

Binary Search

Binary Search

University

12 Qs

2025_PE_U4_act19

2025_PE_U4_act19

University

10 Qs

LA 1A 2024 - QUIZ P15

LA 1A 2024 - QUIZ P15

University

17 Qs

Data Struct - S1_Array & Pointer

Data Struct - S1_Array & Pointer

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

vio Yesmaya

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Data elements which have the same data type, is called?

Array

Pointer

Struct

Memory

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which assigns element 0 with the value 250?

arr[1] = 250

arr[250] = 0

arr[0] = 250

arr = 250

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If the array's last index was 299, how many elements does the array have?

298

299

300

301

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given: int maxScores[4] = {20, 200, 100, 50};. What is maxScores[3]?

20

200

100

50

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Pointer has techniques also known as pass by reference?

True

False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does the code output?

A

B

C

No Output

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Class and Struct are the concept in implementing Abstract Data Type?

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?