Correct Answer : apply(x,2,max)
Explanation : col.max(x) is another way to find which column has the maximum value for each row.