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