Multiple Choice
If Circle is a structure, the statement:
A) declares an empty structure variable called *pcirc
B) declares a structure pointer called pcirc initialized with a null pointer
C) is illegal in C++
D) initializes a null pointer with the value of the Circle pointer
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A structure _ contain members of the
Q15: A function cannot modify the members of
Q17: When a programmer creates an abstract data
Q25: The names of the enumerators in an
Q26: A function _ return a structure.<br>A)may<br>B)may not<br>C)will
Q27: A struct can contain members with varying
Q29: A union can only have one member.
Q30: You can define any number of union
Q32: Which of the following assigns a value
Q38: When you use a strongly typed enumerator