UNIT 4 - Pointers and File Handling

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