I want to pass an array among one of the subarrays of an array to a function in C. This is how the function call looks like:
func(arr[cnt][]);