logo

Crowdly

Browser

Add to Chrome

Що виконує функція b(char *s) { int i; int need =1; while( ne...

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

Що виконує функція

b(char *s)

{

int i;

int need =1;

while( need ){

need = 0

for(i=0; s[i+1]; i++ )

if( s[i] > s[i+1] ){

swap( &s[i], &s[i+1] ); //обмін

need = 1;

} }}

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