Examlex

Solved

If the Type BananaSplit Was Defined by a Statement Such

question 15

Short Answer

If the type BananaSplit was defined by a statement such as
struct BananaSplit
{
int Banana;
int IceCream;
int Chocolate;
int WhippedCream;
int Nuts;
int Cherry
}
what statement would probably be used to declare the variable Desert to be an instance of that type?


Definitions:

Related Questions