Home / Engineering / Object Oriented Programming (OOP) / Question

M

Mr. Dubey • 51.43K Points
Coach

Q.) A function argument is

(A) a variable in the function that receives a value from the calling program.
(B) a way that functions resist accepting the calling program’s values.
(C) a value sent to the function by the calling program.
(D) a value returned by the function to the calling program.
Correct answer : Option (C) - a value sent to the function by the calling program.

Share

Discusssion

Login to discuss.