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
You might also like to view...
The items marked 7 in the accompanying figure are ____.
A. layers B. keyframes C. indices D. frames
You can set Windows Vista to activate something, similar to what happens on a Web page
Indicate whether the statement is true or false
?The same message to two different objects produces the same results.
Answer the following statement true (T) or false (F)
Select the correct set of options. These are the initial settings for the default security group:
A. Allow no inbound traffic, Allow all outbound traffic and Allow instances associated with this security group to talk to each other B. Allow all inbound traffic, Allow no outbound traffic and Allow instances associated with this security group to talk to each other C. Allow no inbound traffic, Allow all outbound traffic and Does NOT allow instances associated with this security group to talk to each other D. Allow all inbound traffic, Allow all outbound traffic and Does NOT allow instances associated with this security group to talk to each other