✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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;