HELP PLS !! Write a function in c++ that receives a two-dimensional array (4 X 5) of integers and then
returns a one-dimensional array containing indices of columns containing the min
value.
Note: there might be several min values.