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

Discussion :: Object Oriented Programming Using C++

  1. The C++ expression p --> val means the same thing as

  2. A.
    *p.val
    B.
    *(p.val)
    C.
    (*p).vai
    D.
    p.val

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment