Given an employee structure variable containing a name field, which of the following statements correctly references the name?

A. employee
B. employee_name
C. employee.name
D. ptr->employee_name
E. ptr->employee.name

Answer: C

Computer Science & Information Technology

You might also like to view...

Match the following DatePart arguments with the data they would return:

I. "yyyy" II. "n" III. "h" IV. "m" V. "w" A. Minute B. Month C. Year D. Day of the Week E. Hour

Computer Science & Information Technology

A(n) ________________ is an ordered sequence of bytes.

a) exception b) error c) input-output flow d) stream e) none of the above

Computer Science & Information Technology