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...
Grouping data is useful in a database with a single-field primary key
Indicate whether the statement is true or false
Computer Science & Information Technology
Supported by recent operating systems, you can use the DISM command-line tool along with a valid license key to perform an in-place license conversion
What will be an ideal response?
Computer Science & Information Technology
When using headers and footers, how do you hide them on the first page of your document?
What will be an ideal response?
Computer Science & Information Technology
____ graphics use mathematical formulas instead of pixels and are widely used on webpages.
A. Bitmap B. Vector C. Static D. Scripted
Computer Science & Information Technology