UNIT 4 - Pointers and File Handling
Across
- 1. Pointer Pointer without a specific type
- 4. Accessing value at pointer’s address
- 5. Converting one data type to another
- 8. Storage space for data
- 10. Memory for function calls
- 13. Releasing allocated memory
- 16. Classification of data
- 17. Location of a variable in memory
- 18. Increasing pointer value
- 20. Visibility of variables
- 21. Data type with no value
- 22. Collection of elements of the same type
- 23. Reserving memory for variables
- 25. Pointer Pointer to a pointer
Down
- 2. Decreasing pointer value
- 3. Variable that stores memory address
- 6. Part of memory allocation
- 7. User-defined data type
- 9. Another term for a pointer
- 11. Keyword for constant pointers
- 12. Dynamic memory area
- 14. Pointer Pointer to an array
- 15. Pointer Pointer to a function
- 19. Defining a pointer variable
- 24. Pointer that points to nothing