A.b[18] B.b[8] C.b[13] D.b[10]
A.4 B.2 C.5 D.3
A.front=p->next; B.front->next=p; C.front=p; D.front->next=p->next;