 |
How to break a while loop in C on linux by taking any value from keyboard? - Stack Overflow
The program I am building runs in an infinite while loop with a switch case in it. I want to insert a while loop under each case and perform few operations in the loop, but the loop should exit as ... ... Linux keyboard input is buffered, and you cannot h
stackoverflow.com |
 |