Question: Like C, C++ provides a facility for defining a structure type composed of multiple named components. A structure component is accessed by placing the member access operator, a period, between the structure variable name and the component name.