Solved

If Circle Is a Structure Type, the Statement Circle *Pcirc;

Question 19

Multiple Choice

If Circle is a structure type, the statement Circle *pcirc;


A) defines a structure variable called *pcirc.
B) initializes a Circle pointer.
C) defines a structure pointer called pcirc.
D) is illegal in C++.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions