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

Discussion :: Object Oriented Programming Using C++

  1. If you assign a default value to any variable in a function prototype's parameter list, then _____

  2. A.
    all other parameters in the function prototype must have default values
    B.
    all parameters to the right of that variable must have default values
    C.
    all parameters to the left of that variable must have default values
    D.
    no other parameters in that prototype can have default values

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment