C++

123456789
Across
  1. 3. this structure is used when multiple commands need to be repeated
  2. 5. symbolic name for "data" that goes into a function
  3. 7. this is used to include libraries
  4. 8. the function does not have a return value.
  5. 9. used for reading numbers
Down
  1. 1. used for printing
  2. 2. C++ has them , but C doesn't
  3. 4. Multiple functions can have the same name as long as the number and/or type of parameters are different.
  4. 6. an unknown value stored under a specific name