#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
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details