✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Объявлены переменные
int x, y , z[5];
и прототип функции
int mean (int* a, int &b);
Выберите правильный вариант вызова данной функции