Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. A function argument is

  2. 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
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment