logo

Crowdly

Задано фрагмент програми int LineSearch ( int [] mass , int key ) {   ...

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

Задано фрагмент програми

int LineSearch(int[] mass, int key)

{       int  i;

        for (i=0;i<N; i++)

          if (mass[i] = = key) break;

        return  i;

}

Яке значення поверне підпрограма, якщо елемента в масиві немає?

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!