Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#c #computer-science
printf() doesn’t actually send output to your screen, but it does send it to your computer’s standard output device.


Most operating systems, including Windows, route the standard output to your screen unless you know enough to route the output elsewhere.

Most of the time, you can ignore this standard output device stuff because you’ll almost always want output to go to the screen.

Other C functions you will learn about later route output to your printer and disk drives.
If you want to change selection, open original toplevel document below and click on "Move attachment"


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.