52
Which of the following statement is true about a function?
(A)
An invoking function must pass arguments to the invoked function.
(B)
Every function returns a value to the invoker.
(C)
A function may contain more than one return statement.
(D)
Every function must be defined in its own separate file.