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:

Verified
Correct Answer:
Verified
Related Questions
Q9: With pointer variables you can access, but
Q16: The , also known as the address
Q16: A statement that displays the address of
Q18: A pointer may be initialized with<br>A)the value
Q20: The code segment int *ptr; has the
Q21: With pointer variables, you can manipulate data
Q22: Any time you use the new operator,
Q23: The statement double *num;<br>A)defines a pointer variable
Q32: The statement Rectangle * boxPtr; defines a
Q37: It is legal to subtract a pointer