C programing

12345678910111213141516
Across
  1. 2. repeats a block of code
  2. 5. value that cannot change
  3. 11. collection of similar data types
  4. 12. stores a single letter or symbol
  5. 14. stores data value
  6. 15. translates code to machine code
  7. 16. whole number data type
Down
  1. 1. stores address of another variable
  2. 3. sends a value back from a function
  3. 4. defines type of data a variable holds
  4. 6. block of reusable code
  5. 7. rules of writing valid code
  6. 8. contains function declarations
  7. 9. user-defined data type
  8. 10. location where data is stored
  9. 13. used for reading and writing data