Computer Applications

A function argument is a value returned by the function to the calling program. (T/F) ?

User Defined Methods

6 Likes

Answer

False.

Reason — A function argument is the value passed to the function by the method call statement at the time of method call. The value returned by the function is called the return value of the function.

Answered By

4 Likes


Related Questions