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

Discussion :: Object Oriented Programming Using C++

  1. The expression c = i++ causes

  2. A.
    the value of i assigned to c and then i incremented by 1
    B.
    i to be incremented by 1 and then the value of i assigned to c
    C.
    value of i assigned to c
    D.
    i to be incremented by 1
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment