(1) What is the first item on the line for a function prototype? Select one: a.
ID: 672905 • Letter: #
Question
(1)
What is the first item on the line for a function prototype?
Select one:
a. function name
b. return value
c. return statement
d. parameter name
e. data name
f. comma separated parameter list
g. return data type
h. semicolon
i. parameter type
j. parameter type and name
(2)
What is printed for x in the second cout?
(3)
What is printed for z in the second cout?
(4)
If you use void functions to break up your code into smaller segments, those functions can only be called once.
Select one:
True
False
(5)
What is printed by the first cout statement?
(6)
What single character denotes a reference parameter?
(7)
A function that returns nothing is called a procedure, or a __________ function. (1 word)
Explanation / Answer
return data type
1
0
False
3
&
void
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.