SQ4
Across
- 3. Keyword for conditional execution. (2 letters)
- 5. The entry point of every C program. (4 letters)
- 6. Data type for single characters. (4 letters)
- 7. Header file for input/output functions. (5 letters)
- 9. Keyword used to return a value from a function.
- 10. Keyword used to declare an integer variable. (3 letters)
Down
- 1. Operator for assignment. (6 letters)
- 2. Character used to terminate C statements. (9 letters)
- 4. Control structure for repeating a block of code a specific number of times. (3 letters)
- 8. Standard library function for printing output to the console. (5 letters)