icp/oer/courses/c-basics/sections/26-files/02-write/content.html

5 lines
209 B
HTML
Raw Permalink Normal View History

2018-05-05 22:18:02 +00:00
<p>Sometimes you don't only want your programs to just diplay some
stuff on the screen or some text in a console. You want them to
manipulate data and store it somewhere. This is what we are doing
now.</p>