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