单项选择题

已知L是一个不带表头的单链表,在表首插入结点*p的操作是()

A.p=L;p->link=L
B.p->link=L;p=L
C.p->link=L;L=p
D.L=p;p->link=L