True/False
The structure pointer operator is used to dereference a pointer to a structure, not a pointer that is a member of a structure.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Any mathematical operation that can be performed
Q31: If Circle is a structure tag, then
Q32: The following statement _. bookList[2].publisher[3] = 't';<br>A)
Q33: If a is a structure variable and
Q34: Which of the following describes only the
Q36: To dereference a structure pointer, the appropriate
Q37: A structure pointer contains<br>A) the address of
Q38: When you use a strongly typed enumerator
Q39: A function _ return a structure.<br>A) may<br>B)
Q40: You cannot directly assign an enumerator to