单项选择题
A.int &x=m; B.int y=&m; C.int &z; D.int &t=&m;
A.1 B.2 C.3 D.12
A.x=y++: B.x=++y; C.(x+y)++ D.++x=y;