C++ Pointers

C++ Pointers

3rd Grade

10 Qs

quiz-placeholder

Similar activities

CodeHS Classes & Objects

CodeHS Classes & Objects

3rd Grade

9 Qs

Python Classes and Objects

Python Classes and Objects

3rd Grade

9 Qs

Python-basics

Python-basics

1st - 4th Grade

14 Qs

Basic Printf

Basic Printf

1st - 10th Grade

10 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

TIK Kelas 3

TIK Kelas 3

3rd Grade

10 Qs

Parts of computer

Parts of computer

1st - 5th Grade

13 Qs

2.2 EOU Quiz

2.2 EOU Quiz

1st Grade - Professional Development

10 Qs

C++ Pointers

C++ Pointers

Assessment

Quiz

Computers

3rd Grade

Hard

Created by

Marius Gangan

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pointer in C++?

A function that returns the value of a variable in C++

A type of data structure in C++

A variable that holds the memory address of another variable

A keyword used to declare a variable in C++

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a pointer in C++?

int ptr;

ptr = ∫

int *ptr;

ptr = int;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of the 'new' keyword in C++?

To dynamically allocate memory for a variable or an object.

To declare a constant variable

To print a message to the console

To create a new function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a pointer and a reference in C++?

A pointer stores the memory address of another variable, while a reference is an alias for a variable.

A pointer is used for primitive data types, while a reference is used for complex data types

A pointer can only be used to access the value of a variable, while a reference can only be used to access the memory address

A pointer and a reference both store the actual value of a variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you dereference a pointer in C++?

pointerVariable--

pointerVariable++

(*pointerVariable)

pointerVariable*

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a null pointer in C++?

A pointer that does not point to any memory location

A pointer that points to the beginning of the memory

A pointer that points to a random memory location

A pointer that points to a specific memory address

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the 'this' pointer in C++?

Pointer that points to a random memory location

Pointer that points to the object for which a member function is called

Pointer that points to the beginning of a string

Pointer that points to the end of an array

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?