Cross word
Across
- 2. The function used to open a file in C. (3 letters)
- 4. The process of assigning initial values to structure members. (13 letters)
- 8. An array of pointers is commonly used to store multiple ____. (8 letters)
- 12. The function used to write data to a file. (4 letters)
- 13. An array that stores multiple structures is called this. (5 letters)
- 14. A pointer that stores the address of another pointer. (9 letters)
- 15. In C, an array name acts as a ______ to the first element. (7 letters)
- 16. A null-terminated array of characters is also known as this. (6 letters)
- 17. The mode used to open a file for both writing and reading. (2 letters)
- 18. The function used to close an open file. (5 letters)
- 19. The function used to check if a file exists. (4 letters)
- 20. The operator used to access members of a structure directly. (1 symbol)
Down
- 1. A pointer to the first element of an array. (5 letters)
- 2. The function used to delete a file. (4 letters)
- 3. The operator used to access an array element through a pointer. (3 letters)
- 5. A structure inside another structure. (13 letters)
- 6. A function in C used to dynamically allocate memory for a structure. (6 letters)
- 7. The operator used to increment a pointer to point to the next memory address. (3 letters)
- 9. A function used to dynamically allocate memory for an array. (6 letters)
- 10. A data structure that stores a collection of memory addresses. (7 letters)
- 11. A structure variable passed to a function using its memory address. (8 letters)
- 12. A pointer used to handle file streams. (6 letters)
- 13. The operator used to access members of a structure through a pointer. (2 symbols)
- 18. The function used to read data from a file. (4 letters)