单项选择题

已知L是带表头结点单链表的头指针,摘除首元结点的语句是(  )。
A、L=L->next;
B、L->next=L->next->next; 
C、L=L->next->next;
D、L->next=L;

微信扫码免费搜题