A. a B. b C. 1 D. 0
A. Ist->next=s; B. s->next=lst->next; Ist->next=s; C. s->next=lst; lst=s; D. s->next=lst; lst=lst->next;