Multiple Choice
Which of the following are true?
A) a function can call another function.
B) as long as the function is defined anywhere in your program, it can be used anywhere else.
C) a function definition can contain another function definition.
D) if you have function prototypes, the order in which you define your functions is important.
Correct Answer:

Verified
Correct Answer:
Verified
Q42: Call-by-reference parameters are passed<br>A) nothing<br>B) the actual
Q43: The variables passed a function are called
Q44: What symbol is used to signify that
Q45: A _ is a simplified version of
Q46: The postcondition of a function<br>A) determines how
Q48: If you need a function to get
Q49: What is the value of choice after
Q50: If you were to write a function
Q51: Which of the following function prototypes are
Q52: When the address of the actual argument