Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Which of the following function declarations correctlyaccepts an integer array and its size as parameters?
Which of the following function declarations correctly
accepts an integer array and its size as parameters?
voidprocessArray(int arr[10]);
void
processArray(int arr[10]);
voidprocessArray(int *arr[], int size);
processArray(int *arr[], int size);
voidprocessArray(int * , int);
processArray(int * , int);
voidprocessArray(int [] , int);
processArray(int [] , int);
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!