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

B) defines a structure pointer called pcirc.

Computer Science & Information Technology

You might also like to view...

During which steps of the incident response process does the actual investigation occur?

A. detect, respond, report B. report, recover, remediate C. respond, report, recover D. recover, remediate, review

Computer Science & Information Technology

Which of the following references the second element in the newsSections array??

A. ?newsSections[1] B. ?newsSections[2] C. ?newsSections(1) D. ?newsSections(2)

Computer Science & Information Technology