ICSE Class 10 Computer Applications Question 4 of 43

User-Defined Methods — Question 4

Back to all questions
4
Question

Question 4

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

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.