Solved

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

Question 51

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions