Table of Contents
Previous Section Next Section

putback

#include <iostream>istream &putback(char ch);

The putback( ) function is a member of istream.

The putback( ) function returns ch to the associated input stream.

A related function is peek( ).


Table of Contents
Previous Section Next Section