A, Storage, basically it collects data and stores it for future use. Hope this helps, have a great day.
Those people would be called producers
Answer:
B. a tag
Explanation:
In the structure definition given below:
struct Employee
{
string name;
int idNum;
};
Employee corresponds to the tag of the structure. The tag is used to create additional instances of the structure. For example:
struct Employee e1;
struct Employee e2;
name and idNum are members of the Employee structure and are referenced using the dot notation. e.g.,
struct Employee e1;
e1.idNum=1;
Trusting, loyal, and a hard worker. All indristies want employees who won't backstab, works hard, and is loyal to the company