Pointers and file handling

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