C
Across
- 1. Allocates memory block without initialization
- 4. Expression that refers to a memory location and allows assignment.
- 6. Pointer pointing to freed or invalid memory.
- 8. Data type sharing same memory space for all members.
- 9. Rules that define evaluation order of operators.
- 11. Explicitly converting one data type into another.
- 12. Statement for unconditional jump to a labeled statement.
- 13. Human-readable form of program logic
- 15. Function calling itself for repeated operations.
Down
- 2. Fixed value that cannot be modified during execution
- 3. Variable that retains its value across multiple function calls.
- 5. Actual value passed to a function during call.
- 7. Sequence of characters terminated by a null character.
- 10. Loop that executes body at least once before condition check.
- 14. User-defined data type combining variables of different types