...
December 26, 2023

Question 8946 – ISRO CS 2020

Consider the following pseudo code I=0; J=0; K=8; while(I<k-1) while-1="" { J=J+1; while(J<k) while-2="" { if(J<k) { temp=x[I]) x[I] = x[J]; x[J]=temp; } } // end […]
December 27, 2023

2013 June UGC NET Paper 1

Question 5 Inductive reasoning presupposes A Unity in human nature. B Integrity in human nature. C Uniformity in human nature. D Harmony in human nature. Logical-ReasoningInductive-Reasoning […]
December 29, 2023

Data-Structures

Question 49 The most appropriate matching for the following pairs X: depth first search 1: heap Y: breadth-first search 2: queue Z: sorting 3: stack is […]