Multiple Choice
You specify an individual member of a struct by using
A) the assignment operator
B) an ampersand
C) an underscore
D) The dot operator
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A class member function may be private.
Q5: A member function that allows the user
Q6: C++11 allows you to directly set the
Q7: A structure definition ends with the closing
Q8: In a struct, all members are _
Q10: given the following class definition, how could
Q11: Which part of the ADT tells the
Q12: Given the following strucure definition, what is
Q13: What can a constructor return? _
Q14: Given the following class, what would be