MCQ PracticeWhat are the co-ordinates of the centroid of a triangle, whose vertices are A(2, 5), B(-4, 0) and C(5, 4)?Subject: MathematicsTopic: Coordinate GeometryA(-1, 3)B(1, 3)C(1, -3)D(-1, -3)Correct Answer: BPractice QuizBack to MCQsRelated MCQsWhat is the space complexity of the following dynamic programming implementationThe following sequence is a fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, …What is the output of the following program? #include int max_num(int a,int b) {