SQ4

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