Question: Question 7 1 pts Consider the following C code fragment: int main() { int arr[20][30]; f(arr); Which of the following function headers may be used

Question 7 1 pts Consider the following C code fragment: int main() { int arr[20][30]; f(arr); Which of the following function headers may be used to define f? (Select all that apply.) void fint arr[][]) void f(int arr[20][]) void f(int arr[][30]) void fint arr[20][30]) None of the provided headers may be used
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
