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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Declare a vector countryList of 5 CountryTvWatch elements

A

vector countryList(5);

How well did you know this?
1
Not at all
2
3
4
5
Perfectly