Term
|
Definition
Open for read and write, file must exist |
|
|
Term
|
Definition
Open for read and write, file created if it does not exist |
|
|
Term
Once you've reached the end of a file, what can you do to loop through it again? |
|
Definition
|
|
Term
|
Definition
puts -- put a string to your terminal fputs -- put a string in your file |
|
|
Term
|
Definition
Writes to a file or stderr |
|
|
Term
|
Definition
-- fflush() empties a file's buffer -- Used to print text to the terminal that you want displayed immediately -- Ensures data has been written to a file |
|
|