✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Заголовок функції має вигляд: void f(char* a, float& b, float c);
Вкажіть правильні варіанти виклику функції, якщо змінні в
викликає функції описані так: char a[10]; float b,x; char c[5]; int d;
(C++)