I have the following program:
int main(int argc, char *argv[]) { char ch1, ch2; printf(\"Input the first character:\"); // Line 1 scanf(\"%c\", &ch
Try this:
stdin->_IO_read_ptr = stdin->_IO_read_end;