logo

Crowdly

Browser

Add to Chrome

Що означає наведений нижче запис:   for ( i = 0 ; i <  N-1 ; i ++ ) { ...

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

Що означає

наведений нижче запис:

 

for( i = 0

;

i <  N-1 ; i ++ ) {

  nMin = i ;

  for ( j =  i+1; j < N; j ++)

    if( A[j]

< A[nMin] ) nMin = j;

  if( nMin != i

) {

    c = A[i];

    A[i] =

A[nMin];

    A[nMin] = c;

    }

  }

 

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

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

Browser

Add to Chrome