Multiple Choice
In the expression ____, the address in pt is incremented before the hours member is accessed.
A) ++pt->hours
B) (++pt) ->hours
C) ++pt->(hours)
D) ++(pt->hours)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Structure members can be passed to a
Q29: Both arrays and structures are _ data
Q30: The NULL pointer value, like its end-of-string
Q31: Adding a structure to an array of
Q32: Structures, arrays, and _ can be members
Q34: Declaring a structure requires listing the data
Q35: As with all external and static variables,
Q36: The member operator, . , has a(n)
Q37: The NULL pointer has no numerical value.
Q38: Unions can be members of structures or