CIE-03 Crossword on Unit-04

123456789101112131415
Across
  1. 2. Header file for utility functions like malloc().
  2. 5. Header file used for string functions.
  3. 7. Header file used for console functions.
  4. 10. Operator used to access value stored at address.
  5. 12. Number of levels of referencing in pointers.
  6. 14. Header file for mathematical functions.
  7. 15. Main storage area of computer system.
Down
  1. 1. Special pointer constant representing no valid address.
  2. 3. Invalid pointer pointing to freed memory.
  3. 4. Preprocessor directive used to add header files.
  4. 5. Header file used for printf() and scanf().
  5. 6. User-defined data type containing different members.
  6. 8. The location of a variable in memory.
  7. 9. A variable that stores the address of another variable.
  8. 11. Pointer that stores base address of an array.
  9. 13. A memory location number.