I\'ve been wondering how scanf()/printf() actually works in the hardware and OS levels. Where does the data flow and what exactly is the OS doing around these times? What calls
On my OS I am working with scanf and printf are based on functions getch() ant putch().