carmaeebabiee5173 carmaeebabiee5173 25-01-2024 Computers and Technology contestada What is the return type of the following function?int[2][2] fill_array(int a) { int arr[2][2] = {a, a, a, a}; return arr;}a) int[2][2]b) intc) int[][]d) Compilation error