February 13, 2024

Question 3604 – 2005 Dec UGC NET Paper-1

A satisfactory statistical quantitative method should not possess one of the following qualities : Correct Answer: D A Appropriateness B Measurability C Comparability D Flexibility
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

Question 9820 – Programming

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: char *p; […]
February 13, 2024

Question 9782 – Programming

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; n=3; W(n); […]
error: Alert: Content selection is disabled!!