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

Discussion :: Object Oriented Programming Using C++

  1. One way in which a structure differs from an array is that

  2. A.
    a structure may have members of more than one type
    B.
    a structure must have members that are all the same type
    C.
    an array may have members of more than one type
    D.
    there is no difference between a structure and an array

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment