Discussion :: Object Oriented Programming Using C++
-
One way in which a structure differs from an array is that
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
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment