Skip to main content

8-1 struct

int a = 2, b = 3;
cout << &a << endl;
cout << &b << endl;
0x22ff18 0x22ff14