Question: (12,03 POINT FOR EAuh I. MULTIPLE CHOICES- CIRCLE ONLY ONE ANWER 1. A function contains the statements that make up the function a. definition b.
(12,03 POINT FOR EAuh I. MULTIPLE CHOICES- CIRCLE ONLY ONE ANWER 1. A function contains the statements that make up the function a. definition b. prototype c. call d. expression e parameter list 2. A function can have zero to many parameters, and it can return this many values a. zero to many b. no c only one d. a maximum of tern e. None of these 3. A function is executed when it is a. defined b. prototyped c. declared d. called c. None of these 4. Which of the following statements about global variables is true? A global variable is accessible only to the main function. A global variable is declared in the highest-level block in which it is used. A global variable can have the same name as a variable that is declared locally within a function. If a function contains a local variable with the same name as a global variable, the global variable's name takes precedence within the function. All of these are true a. b. c. d. e. 5. A function eliminates the need to place a function definition before all calls to the function. a. header b. prototype c argument d. parameter e. None of these 6. A variable is declared outside all functions. a. local b global c. floating-point d. counter e. None of these 7. If a function is called more than once in a program, the values stored in the function's local variables do not a. persist b. execute c. communicate d. change e. None of these between function calls
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
