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