C file input/output: Difference between revisions

Content deleted Content added
embellishing table
Kylu (talk | contribs)
m spellcheck "beginning"
Line 16:
!colspan=3| mode || description || starts..
|-
|r || rb || || open for reading || begginingbeginning
|-
|w || wb || || open for writing (creates file if it doesn't exist). Deletes content and overwrites the file. || beggining