C++ Pointers Quiz w/ Arrays

C++ Pointers Quiz w/ Arrays

University

18 Qs

quiz-placeholder

Similar activities

EC8393_FDS_MODEL EXAM_3_PART B

EC8393_FDS_MODEL EXAM_3_PART B

University

15 Qs

Zenorix 2023

Zenorix 2023

University

20 Qs

Arrays

Arrays

University

20 Qs

Programming in C language

Programming in C language

12th Grade - University

18 Qs

Arrays and pointers quiz

Arrays and pointers quiz

University

20 Qs

Advanced C quiz

Advanced C quiz

University

21 Qs

C programming syntax quiz

C programming syntax quiz

University

20 Qs

Coding Titans

Coding Titans

University

17 Qs

C++ Pointers Quiz w/ Arrays

C++ Pointers Quiz w/ Arrays

Assessment

Quiz

Computers

University

Medium

Created by

Izabella Valero

Used 9+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would be the output?

10, 20, 30, 40

10, 20, 30, 40, 50

compile error

runtime error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would be the output?

12

15

14

error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would be the output?

5 4 3 2 1

1 2 3 4 5

address of the elements

error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would be the output?

5.999, 5.999, 5.999, 5.999

5.999, 5.9, 5.000, 5.900

address of the elements

compile error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A pointer variable store a/an

value of another value

value of another variable

address of another pointer

address of another variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The statement:

remove p;

deallocates the dynamic variable that is pointed to by p

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command below do?

int *a = NULL;

Creates a pointer of type integer that is initially pointing to null

Creates a pointer of type integer that is initially pointing to 0

Creates a pointer in the heap

None of the answers are valid

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?