Structures, Objects, and Classes Flashcards
1
Q
The struct construct defines a new type, which can be used to
A
declare a variable with subitems.
2
Q
Declare a vector countryList of 5 CountryTvWatch elements
A
vector countryList(5);