✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Soit la liste suivante :
et un pointeur temp :
Quel est l'état de la liste après les instructions suivantes ?
temp = list.head->next;
list.head = temp->next;
temp= temp->next;
temp = list.head->next;