October 24, 2023

GATE 2007

Question 13 The maximum number of binary trees that can be formed with three unlabeled nodes is: A 1 B 5 C 4 D 3 Data-StructuresBinary-Trees […]
October 26, 2023

Nielit STA [02-12-2018]

Question 3 A program P reads in 1000 integers in the range [0, 100] representing the scores of 500 students. It then prints the frequency of […]
October 27, 2023

Data-Structures

Question 4 Consider the following sequence of operations on an empty stack.           push(54); push(52); pop(); push(55); push(62); s=pop(); Consider the following sequence of operations on an […]
October 28, 2023

KVS 30-12-2018 Part B

Question 11 If the address of A[1][1] and A[2][1] are 1000 and 1010 respectively and each element occupies 2 bytes, then the array has been stored […]