April 18, 2024GATE 1992Question 19 Following algorithm(s) can be used to sort n integers in the range [1…n3] in O(n) time A Heapsort B Quicksort C Mergesort D Radixsort AlgorithmsSortingVideo-Explanation Question […]
April 19, 2024Database-Management-SystemQuestion 461 Consider the following ORACLE relations : R (A, B, C) = {<1, 2, 3>, <1, 2, 0>, <1, 3, 1>, <6, 2, 3>, <1, […]
April 19, 2024OOPSQuestion 63 When a method in a subclass has the same name and type signatures as a method in the super class, then the method in […]
April 19, 2024ArraysQuestion 13 If p is a two-dimensional array having 10 and 20 columns, then which of the following cannot be used to access the element in […]