Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: pagnor on Sep 3, 2017



Title: If Circle is a structure, the statement:Circle *pcirc = nullptr;
Post by: pagnor on Sep 3, 2017
If Circle is a structure, the statement:

   Circle *pcirc = nullptr;

A) is illegal in C++
B) declares a structure pointer called pcirc initialized with a null pointer
C) initializes a null pointer with the value of the Circle pointer
D) declares an empty structure variable called *pcirc
E) None of these


Title: Re: If Circle is a structure, the statement:Circle *pcirc = nullptr;
Post by: ade9ja on Sep 3, 2017
Content hidden