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