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...

If a process that reads from a pipe does not close the writing end

A. that process will receive two copies of all data B. that process will never see end of file on the pipe

Computer Science & Information Technology

Provide two examples of applications that may benefit from Pulse Position Modulation (PPM).

What will be an ideal response?

Computer Science & Information Technology

Facebook cannot be configured to automatically import blog entries from sites like Blogger and repost them as Facebook Notes

Indicate whether the statement is true or false

Computer Science & Information Technology

A ____ is the physical area in which a frame collision might occur.

A. signal domain B. jam area C. jam domain D. collision domain

Computer Science & Information Technology