logo

Crowdly

Browser

Add to Chrome

Що виконує код: struct spysok * rob=first; while (rob->number!=5 && rob->nex...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Що виконує код:

struct spysok * rob=first;

while (rob->number!=5 && rob->next!=NULL) rob=rob->next;

if(rob!=NULL) {

rob->prev->next=rob->next;

rob->next->prev=rob->prev;

free(rob);

}

else puts(“такого елемента намає”);

0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on exam.nuwm.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome