A member of a structure or of a class is accessed using the
a) Comma operator
b) The dot operator
c) The indexing operator
d) The ampersand operator
b) The dot operator
The member of a structures or classes are accessed by writing the tag
followed by the dot operator which in turn is followed by the name of the member or
a call to a member function.
Computer Science & Information Technology