Multiple Choice
The expression ____ uses the postfix increment operator to increment the address in pt after 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
Q1: Declaring an array of structures is different
Q2: The real power of structures is realized
Q3: A C++ class can be declared as
Q5: A C++ structure can also be declared
Q6: Union members are referenced by using the
Q7: C++ provides a special pointer value called
Q8: The steps for returning a structure from
Q9: The initialization of structures follows the same
Q10: The general expression (*pointer).member can always be
Q11: A(n) _ is a set of structures