Across
- 5. used to close a file,FCLOSE
- 8. to read a character from file,FGETC
- 9. used to handle files in C,FILE
- 11. of elements stored in contiguous memory,ARRAY
- 13. of file marker,EOF
- 14. how a file is opened (r, w, a),MODE
Down
- 1. of a variable in memory,ADDRESS
- 2. to read formatted data from file,FSCANF
- 3. to write a character to file,FPUTC
- 4. to write formatted data to file,FPRINTF
- 6. storage used during file operations,BUFFER
- 7. used to open a file,FOPEN
- 9. that points to nothing,NULL
- 10. value using * operator,DEREFERENCE
- 12. that stores the address of another variable,POINTER
