✅ 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;
}
Яке значення поверне підпрограма, якщо елемента в масиві немає?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!