UNIT 4 - Pointers and File Handling

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