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