Examlex

Solved

The Putback Member Function Returns to the Input Stream the Previous

question 19

Multiple Choice

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


Definitions:

C Functions

Blocks of code in C programming that perform a specific task and can be called from other parts of a program.

Variables

Symbols in programming that are used to store data values that can be changed during program execution.

Function

A block of organized, reusable code designed to perform a single, related action.

Global Variables

Variables declared outside any function, accessible by any part of the program.

Related Questions