Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The name of a structure is referred
Q10: It is possible for a structure to
Q11: Before a structure can be used it
Q12: A declaration for an enumerated type begins
Q13: Which of the following is an example
Q15: A function cannot modify the members of
Q16: After the following statement executes, what value
Q17: When a programmer creates an abstract data
Q18: When a structure is passed _ to
Q19: It is possible for a structure variable