C++ Pointers and File Management Quiz

C++ Pointers and File Management Quiz

University

10 Qs

quiz-placeholder

Similar activities

monthly test of feb 25

monthly test of feb 25

University

10 Qs

CGC-TrialQuiz

CGC-TrialQuiz

University

10 Qs

Banking theory law and Practice

Banking theory law and Practice

University

10 Qs

Software Development Concepts

Software Development Concepts

University

14 Qs

Kitchen Equipment and Food Preparation Quiz

Kitchen Equipment and Food Preparation Quiz

University

14 Qs

Physiology of vision

Physiology of vision

University

15 Qs

CSNP-04103 - Chapter 3 - C++ Basics

CSNP-04103 - Chapter 3 - C++ Basics

University

10 Qs

Aviation Lubrication Systems Quiz

Aviation Lubrication Systems Quiz

University

10 Qs

C++ Pointers and File Management Quiz

C++ Pointers and File Management Quiz

Assessment

Quiz

Others

University

Medium

Created by

S. Deepika

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pointer in C++?

A type of function

A variable that holds a string

A class member

A variable that points to an address of a value

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to access the value stored at the address pointed to by a pointer?

&

*

->

&&

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'this' pointer refer to in C++?

The base class

The current instance of the class

A static variable

A global variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pure virtual function in C++?

A function with a complete implementation

A function that cannot be overridden

A function declared without an implementation

A function that is private

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class is the base class for all stream classes in C++?

istream

ostream

ios

fstream

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the ofstream class in C++?

To create objects

To read from files

To write to files

To manage input streams

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a manipulator in C++?

put

read

get

setprecision

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?