Multiple Choice
If pt is declared as a pointer to a structure of type Employee, ____ refers to the variable whose address is in the pt.idNum variable.
A) (*pt) .idNum
B) *pt.idNum
C) pt->idNum
D) (*pt.) idNum
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Suppose employee is an array of 10
Q3: In the broadest sense, the term "structure"
Q4: _ is not a valid C statement.<br>A)struct
Q5: When working with unions, typically a second
Q6: In C, a record is referred to
Q7: When defining structures, if the form of
Q8: Parallel arrays are rarely used anymore because
Q9: On all compilers, complete copies of all
Q10: Within a set of parallel arrays, all
Q11: As in most C statements, the spacing