The putback() function places a character back on the stream so that it will be the ____ character read.

A. first
B. last
C. next
D. next-to-last


Answer: C

Computer Science & Information Technology

You might also like to view...

A ______ is an attribute or characteristic of an object.

a. property b. method c. variable d. function

Computer Science & Information Technology

When you create a report using the ________, one of the steps asks you how you want to group the report and another asks how you want to sort the report

A) Report Wizard B) Report tool C) Blank Report tool D) Report Design tool

Computer Science & Information Technology

The ________ dialog box allows you to add list items to a Drop-Down List content control

A) Content Properties B) Drop-Down Properties C) Content Control Properties D) Drop-Down

Computer Science & Information Technology

Assuming that a program has the following string object definition, which statement correctly assigns the string literal "Jane" to the string object?

string name; a. name = Jane; b. name = 'Jane'; c. name = "Jane"; d. name = ; e. string name = {Jane};

Computer Science & Information Technology