why we will not create a variable as a datamember in structure? for eg: struct some { int a; float g; struct some n; };
what will happen if we define a constructor in protected scope in a class? for eg class some { int x; protected: some() { x=90; } };
Separate names with a comma.