Multiple Choice
If Circle is a structure tag, the statement Circle *pcirc;
A) declares a structure variable called *pcirc
B) declares a structure pointer called pcirc
C) is illegal in C++
D) initializes a Circle pointer
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Passing a structure as a constant reference
Q7: A good reason to pass a structure
Q10: The name of the structure is referred
Q12: If Circle is a structure tag, the
Q26: A function _ return a structure.<br>A)may<br>B)may not<br>C)will
Q35: Look at the following structure declaration.<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q43: This is like a structure, except all
Q44: It is possible to output the contents
Q47: If a is a structure variable and
Q51: Look at the following structure declaration. struct