The correct answer is (c) C^T B^T A^T
To explain I would say: A matrix which is formed by turning all the rows of given matrix into columns and vice versa is called a transpose of matrix. The transpose of a product is given as the product of the transposes in the reverse order.
(A B C)^T = C^T B^T A^T.