Answered step by step
Verified Expert Solution
Link Copied!

Question

...
1 Approved Answer

Question 1 ___________________ is a sequence of characters from the source to the destination. Question options: A variable An extraction operator None of these. A

Question 1

___________________ is a sequence of characters from the source to the destination.

Question options:

A variable

An extraction operator

None of these.

A header file

A stream

Question 2

A sequence of characters from the source to the destination:

Question options:

output stream

common output

None of these.

stream variable

data type

Question 3

A sequence of characters from the computer to an output device.

Question options:

None of these

output stream

input stream

preprocessor directive

common input

Question 4

The data types istream and ostream are contained in the header file __________.

Question options:

iostream

None of these

istream

ostream

stream

Question 5

To use cin and cout a C++ program must use the preprocessor directive

Question options:

string

include

include

istream cin;

iostream

Question 6

Variables of the type _________ are called input stream variables.

Question options:

None of these

iostream

stream

istream

ostream

Question 7

The extraction operator >> is ______________

Question options:

multi-faceted

None of these

unary

binary

tertiary

Question 8

The extraction operator must take _________ operands.

Question options:

two

one

None of these

many

three

Question 9

The left-side operand for the >> operator must be_______________.

Question options:

an input stream variable

an output stream variable

any variable

any constant

None of these

Question 10

The right-side operator for the >> operator must be __________________.

Question options:

None of these

a variable

an input stream variable

cin

cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started