23CSR103_PC_Day2

1234567891011121314151617
Across
  1. 4. Handles macros and header files before compilation.
  2. 5. Terminates loop execution.
  3. 7. Creates a new name for a type.
  4. 8. switch branch executed when no case matches.
  5. 10. Used when you need multiple mutually exclusive branches (uses case).
  6. 12. Converts assembly code into machine code.
  7. 13. Skips current loop iteration.
  8. 15. Connects object code into a single program.
  9. 16. Ends a function and returns a value.
  10. 17. Whole number data type.
Down
  1. 1. Named memory location to store data.
  2. 2. Follows if to provide an alternative path when the condition is false.
  3. 3. Decimal number data type.
  4. 4. Stage that checks syntax errors and expands macros.
  5. 6. Character data type.
  6. 8. Higher-precision decimal data type.
  7. 9. Exists only inside a function.
  8. 11. Translates source code into machine language.
  9. 13. A branch inside switch that matches a value.
  10. 14. Declares a constant value.