Fun and easy crossword on C programming part 2 - ITVoyagers

12345678910
Across
  1. 2. function use to display values on screen
  2. 4. this indicates that the function will not return any value
  3. 6. switch case statement is ______ decision making statement
  4. 8. this is use to describe the program code
  5. 9. this operator has Right-To-Left associativity
  6. 10. this can terminate loop
Down
  1. 1. function use to join two strings _____
  2. 3. this variable's value can't be change
  3. 5. & is _____ operator
  4. 7. its value is address of another variable