Multiple Choice
What is wrong with the following structure definition?
Struct MyStruct
{
Int size;
Float weight;
}
A) Nothing
B) Can not have mixed data types in a structure
C) missing semicolon
D) Braces are not needed.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Member functions of a class<br>A) may not
Q16: The name of a constructor is _
Q17: A member function that gets called automatically
Q18: Class data members are almost always public.
Q19: To assign values to a structure variable,
Q21: If you have a class named myPersonClass,
Q22: A function may return a structure.
Q23: Which of the following function declarations will
Q24: A class member function that automatically initializes
Q25: Who can access private members in a