✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виконує фрагмент програми struct spysok * r=first;while (r->next->number!=5 && r->next!=NULL) r=r->next;if(r!=NULL) {struct spysok *current=r->next;r->next=r->next->next;free(current);}else puts(“такого елемента немає”);