Across
- 2. The standard library function to allocate memory for a single variable.
- 3. The function used to flush the output buffer.
- 5. The standard library header for memory allocation functions.
- 7. The mode used to open a file for reading.
- 9. The function to close an opened file.
- 10. The type of pointer that points to an array.
- 11. The operator that returns the size of a data type.
- 15. The function used to write a string to a file.
- 16. The keyword used to define a variable that cannot be modified.
- 17. The mode used to open a file for appending data.
- 18. The function used to write formatted output to a file.
- 19. The function used to open a file in binary mode.
Down
- 1. A pointer that points to a pointer.
- 4. The type of pointer that points to a structure.
- 6. The operator used to dereference a pointer.
- 8. The function used to read a single character from a file.
- 12. The function used to read formatted input from a file.
- 13. The operator used to get the address of a variable.
- 14. The keyword used to define a constant pointer.
- 15. The function that checks for the end of a file.
