鉴于这种:
struct { int x; } ix; struct A { A() {}; int x; }; A ia;
以下哪一项是正确的?
a. ix is an object b. ia is an object c. both are objects d. both are not objects.
c++ object
c++ ×1
object ×1