Multiple Choice
If a is a structure variable and p, a pointer, is a member of the structure, what will the following statement do? cout << *a.p;
A) Output the dereferenced value pointed to by p
B) Result in a compiler error
C) Output the address stored in p
D) Output the value stored in a
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q10: The name of the structure is referred
Q26: A function _ return a structure.<br>A)may<br>B)may not<br>C)will
Q32: Which of the following assigns a value
Q35: Look at the following structure declaration.<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q42: If Circle is a structure tag, the
Q43: This is like a structure, except all
Q44: It is possible to output the contents
Q46: With an enumerated data type, the enumerators
Q48: Before a structure can be used, it
Q51: Look at the following structure declaration. struct