Multiple Choice
A structure pointer contains
A) the address of a structure variable
B) the dereferenced address of a structure tag
C) the name and address of the structure tag
D) the address of a structure tag
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q35: The structure pointer operator is used to
Q36: To dereference a structure pointer, the appropriate
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
Q41: Structure variables may be passed as arguments
Q42: The expression s->m; indicates that s is