December 16, 2023PointersQuestion 2 Consider the following three C functions: [PI] int*g(void) { int x = 10; return(&x); } [P2] int*g(void) { int*px; *px = 10; return px; […]
December 17, 2023Mathematical-ReasoningQuestion 7 The ratio of ages of two persons A and B is 3 : 4 and that of ages of B and C is 4 […]
December 17, 2023Question 4385 – Mathematical-ReasoningInsert the missing number in the following: 3, 8, 18, 23, 33, ?, 48 Correct Answer: C Question 28 Explanation: A 37 B 40 C 38 […]
December 17, 2023Question 3400 – Mathematical-ReasoningThe missing term in the series 1, 4, 27, 16, ?, 36, 343, … is Correct Answer: C Question 38 Explanation: A 30 B 49 C […]