...
October 16, 2023

GATE 2003

Question 2 Assume the following C variable declaration int *A [10], B[10][10]; Of the following expressions I. A[2] II. A[2][3] III. B[1] IV. B[2][3] which will […]
October 16, 2023

Queues-and-Stacks

Question 3 Consider the following statements: (i) First-in-first out types of computations are efficiently supported by STACKS. (ii) Implementing LISTS on linked lists is more efficient […]
October 16, 2023

Data-Structures

Question 269 Consider the following binary search tree T given below: Which node contains the fourth smallest element in T? A Q B V C W […]
October 16, 2023

Nielit Scientist-B CS 22-07-2017

Question 10 A queue is implemented using an array such that ENQUEUE and DEQUEUE operations are performed efficiently. Which one of the following statements is CORRECT(n […]