设有定义struct st { int x; float y; } time, *t; t=&time; 则对time中成员的引用正确的是(          )。 A.

st.x B.

t.x C.

(*t).x D.

time->x