Multiple Choice
If Circle is a structure, what does the following statement do?
Circle *pcirc = nullptr;
A) It declares an empty structure variable named *pcirc.
B) It declares a structure pointer called pcirc initialized with a null pointer.
C) The statement is illegal in C++.
D) It initializes a null pointer with the value of the Circle pointer.
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q2: A structure _ contain members of the
Q3: You cannot directly assign an integer value
Q4: A good reason to pass a structure
Q5: In C++11 if you want to retrieve
Q6: Passing a structure as a constant reference
Q8: In C++11, you can use a new
Q9: The name of a structure is referred
Q10: It is possible for a structure to
Q11: Before a structure can be used it
Q12: A declaration for an enumerated type begins