Exploring the Reading Marker
int i; char ch; float x;
Statements   Contents After Input   Marker Position
             in the
             Input Stream
             25 A 16.9\n
cin >> i;   i = 25
cin >> ch;   ch = ‘A’