C programming Crossword(Div A)

1234567891011
Across
  1. 1. this indicates that the function will not return any value
  2. 3. & is _____ operator
  3. 5. this can terminate loop in c
  4. 8. function use to display values on screen
  5. 9. String values are store in which arrays?
  6. 10. what will force loop to start next iteration?
  7. 11. its value is address of another variable
Down
  1. 2. '%lf' is format specifier of which data type?
  2. 4. ____ variable maintain its value even when it is called out of its scope?
  3. 6. This operator will always return boolean value.
  4. 7. function use to join two strings _____
  5. 9. this variable's value can't be change
  6. 10. this is use to describe the program code