section 1.5: Character Input and Output

page 15

Note that you do not need to worry about whether your computer uses a carriage return (CR) or linefeed (LF) or CRLF combination or something else to terminate lines in text files; in a C program, the line terminator will always appear to be the newline, \n.


Read sequentially: prev next up top

This page by Steve Summit // Copyright 1995, 1996 // mail feedback