✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Протестуйте програму та вкажіть перший рядок, де може бути помилка :1 struct spysok * rob=first;2 while (rob->next->number!=5 && rob->next!=NULL) rob=rob->next;3 if(rob!=NULL) {4 struct spysok *current=rob->next;5 rob->next=rob.next.next;6 free(current);}7 else puts(“такого елемента немає”);