单项选择题

A.e=top->next;top->data=e;
B.top=top->next;e=top->data;
C.e=top->data;top=top->next;
D.top=top->next;e=data;