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

Discussion :: Object Oriented Programming Using C++

  1. The statement i*=3 is equivalent to

  2. A.
    i = 3*
    B.
    i = 3
    C.
    i* = 3
    D.
    i = i * 3
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment