alexhayy41641 alexhayy41641
  • 24-08-2019
  • Computers and Technology
contestada

Look at the following structure declaration.

struct Employee

{

string name;

int idNum;

};

In this declaration, Employee is

A.
a member

B.
a tag

C.
an array

D.
None of the above

Respuesta :

Branta Branta
  • 25-08-2019

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;

Answer Link

Otras preguntas

HURRY PLEASE! 20 pts
I need a subject for an oral presentation in civics
Stuck on this pls helpThx​
markin brainiest !!!​
complete the equation to solve 1860÷6​
[tex](x-5)^{2}[/tex]-[tex]x^{2}[/tex]=3
What number is equal to 50,000 A 500 thousand B 50 hundreds C 500 tens D 500 hundreds
NGOs are relief organizations that accomplish their goals without assistance from? A. Doctors B.Governments C. Groups D. Technology
Provide at least three examples each of specialized workers and specialized capital that are used in your school to provide the service of education. How would
Is there any indication that Article 3 of the Constitution says that the Supreme Court has the "right" to determine whether laws are constitutional?