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