February 6, 2024Question 9025 – GATE 2010What does the following program print? #include void f(int *p, int *q) { p = q; *p = 2; } int i = 0, j = […]
February 6, 2024NTA UGC NET Dec 2023 Paper-2Question 16 Arrange the following in ascending order: (A) Remainder of 4916 when divided by 17 (B) Remainder of 2446 when divided by 9 (C) Remainder […]
February 7, 2024ISRO CS-2023Question 9 The logical operation of the following circuit is A XOR B NAND C AND D OR Correct Answer: D
February 8, 2024NTA UGC NET Dec 2023 Paper-2Question 23 2-3-4 trees are B-trees of order 4. They are isometric of _____ trees A AVL B AA C 2-3 D Red-Black Question 23 Explanation: […]