i was searching through conio.h included in borland 5.5 and i saw the function ungetch() whats it do im just curious
Printable View
i was searching through conio.h included in borland 5.5 and i saw the function ungetch() whats it do im just curious
returns a character to a stream (such as input) so it can be read in again or whatever.
opposite of getc().