int main() { D d; cout<<"size of d: "<<sizeof(d)<<endl;//8 cout<<"i: "<<d.i<<endl;//error return 0; } error: i is not member of...
Separate names with a comma.