A pointer variable pointing to the p A singly linked list of nodes, the pointer variable s point to be inserted into the node B, in the node sequence of operations for the back of the insert node B (bosses under the help of me, just learning, not too will)
CodePudding user response:
S - & gt; Next=p - & gt; next;
P - & gt; Next=s;