Given a pointer to a structure containing a calendar date, which of the following statements correctly references the day of the week?

A. *date.day
B. *(date.day)
C. ptr->day
D. ptr->date.day
E. ptr->date->day


Answer: D

Computer Science & Information Technology

You might also like to view...

The ____________ displays a form on the screen, and it gives that form the focus.

a. this.Focus method b. Show Dialog method c. Activate method d. New Form method

Computer Science & Information Technology

A(n) ________ is a property that you create to help you find and organize your files

A) contextual tab B) tag C) path D) tile

Computer Science & Information Technology

A library includes two folders, a personal folder and a private folder

Indicate whether the statement is true or false

Computer Science & Information Technology

Standard font sizes for text are 15, 16, and 17 points.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology