How to flush the stdin??
Why is it not working in the following code snippet?
#include #include #i
In Windows you can use rewind(stdin) fuction.