The putback member function returns to the input stream the previous character obtained by:

a. A get from the input stream.
b. Using the stream extraction operator on the input stream.
c. Reading input from the keyboard.
d. Reading a file from disk.

a. A get from the input stream.

Computer Science & Information Technology

You might also like to view...

Why is it so important to prepare the Excel data before it is added to Access? What other types of guidelines should be used? What other tools are available for cleansing the data?

What will be an ideal response?

Computer Science & Information Technology

In C++, >> is used as a stream extraction operator and as a right shift operator.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology