Given the following structure decaration, Employee is

```
struct Employee
{
string name;
int idNum;
};
```
a. a member
b. an array
c. a tag
d. None of these

c. a tag

Computer Science & Information Technology

You might also like to view...

Which of the following is used to select all the fields from the table or tables listed in the FROM clause in an SQL statement?

A) Asterisk ( * ) B) Question mark ( ? ) C) Plus sign ( + ) D) Square brackets ( [] )

Computer Science & Information Technology

Thermal detection systems contain a sophisticated heat _________________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology