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

Discussion :: Object Oriented Programming Using C++

  1. A variable w with a value 67 may be defined with _______

  2. A.
    int w = 67;
    B.
    int w(67);
    C.
    int 67(w);
    D.
    both (a) and (b), but not (c).

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment