Programming in C

123456789101112131415161718
Across
  1. 3. This data type indicates that a function does not return a value
  2. 4. Function to close an open file
  3. 5. A function that checks if the end of file is reached
  4. 8. The data type used to declare a variable for storing a file's location
  5. 12. The operator used to access members of a struct
  6. 14. Function that reads from a file
  7. 15. A function declaration, without the function body
  8. 16. Function to reset the file position
  9. 18. a collection of variables of different types in C
Down
  1. 1. The C function used to close a file
  2. 2. Function that reads a character from a file
  3. 4. Function that writes data to a file
  4. 6. A function which reads records of a fixed size from a file
  5. 7. Function to get the length of a string
  6. 8. Calls on the services of a function
  7. 9. A function that ends a program in C
  8. 10. a function that reads data from a keyboard
  9. 11. a collection of variables of the same data type
  10. 13. File processing function that writes to a file
  11. 15. A function that prints output to the console/monitor
  12. 16. A file access mode used to add records to an existing file
  13. 17. Function used to compare two strings