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:

Verified
Correct Answer:
Verified
Related Questions
Q15: An array name is a pointer constant
Q46: _ can be used as pointers.<br>A) Array
Q47: If arr is an array identifier and
Q48: If dynamically allocated memory is not freed,<br>A)
Q49: Every byte in the computer's memory is
Q50: You may use the type pointer to
Q52: Memory cannot be allocated after a program
Q54: With pointer variables, you can _ manipulate
Q55: A _ keeps track of dynamically-allocated memory
Q56: Any time you use the new operator,