February 13, 2024

2005 Dec UGC NET Paper-1

Question 7 A satisfactory statistical quantitative method should not possess one of the following qualities : A Appropriateness B Measurability C Comparability D Flexibility Research-AptitudeTypes-of-Research Correct […]
February 13, 2024

Question 10826 – Algorithm-Paradigms

Which of the following algorithms doesn’t require Priority queue for its implementation? Correct Answer: D Question 3 Explanation:  Kruskal’s ,prims , and huffman code generation algorithm […]
February 13, 2024

Programming

Question 32 The most appropriate matching for the following pairs X: m=malloc(5); m= NULL; 1: using dangling pointers Y: free(n); n->value=5; 2: using uninitialized pointers Z: […]
February 13, 2024

Programming

Question 36 Consider the following program Program P2 var n: int: procedure W(var x: int) begin x=x+1; print x; end procedure D begin var n: int; […]