Content deleted Content added
m dab file |
mNo edit summary |
||
Line 24:
a+b or ab+ Append: open or create binary file for update, writing at end-of-file
The C standard gives two kinds of files: text files and binary files, although operating systems may or may not distinguish between the two. A ''text file'' is a file consisting of text arranged in lines with some sort of distinguishing end-of-line character or sequence (in [[Unix]], a bare linefeed character; in the [[Apple Macintosh|Macintosh]] OS, a bare carriage return; on [[
A conventient way to find the length of a file in C is:
|