Answers to Review: Functions (a)
General Questions
1. a function that is part of the C programming language
2. a function that the programmer creates
3. no
4. yes
5. built-in
6. user-defined
7. type of variable, name of the function, and parameters of the function (passed variables)
8. a variable from the main( ) function that is given to a user-defined function
9. b. MyFunct
10. yes
11. gives the result of the user-defined function back to the main( ) function
12. yes