Solved

If Circle Is a Structure, the Statement

Question 28

Multiple Choice

If Circle is a structure, the statement: 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


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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions