#include <iostream.h>istream &putback(char ch);
The putback( ) function is a member of istream.
The putback( ) function returns ch to the associated input stream.
Note |
ch must be the last character read from that stream. |
A related function is peek( ).