FPL CIE

12345678910111213
Across
  1. 2. Function used to close a file
  2. 4. Function used to open a file
  3. 6. Writes formatted output to a file
  4. 7. Add data at the end of a file
  5. 8. Collection of similar data elements
  6. 9. Specifies how a file is opened
  7. 10. Used for permanent data storage
  8. 13. User defined data type in C
Down
  1. 1. Reads formatted input from a file
  2. 3. Information stored in a file
  3. 5. Variable that stores memory address
  4. 8. Location of a variable in memory
  5. 11. Data given to a program
  6. 12. Pointer that does not point anywhere