C

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