1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Describe the template for opening a file
FILE *filePointer;
filePointer = fopen(filename, mode);

state all the file modes

Describe the fgetc() function

Describe the fgets() function

Describe the feof() function

Describe the rewind() function

State the check needed to see whether a file has successfully been opened
filePointer == NULL
Describe the fwrite and fread functions

Describe the use of fread() and fwrite() functions with structures

Describe the fseek() function

Describe the use of fseek() when reading data
