Search Header Logo

C++ Pointers Quiz w/ Arrays

Authored by Izabella Valero

Computers

University

Used 10+ times

C++ Pointers Quiz w/ Arrays
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?