...
October 16, 2023

Data-Structures

Question 37 What is the minimum number of stacks of size n required to implement a queue of size n? A One B Two C Three […]
October 16, 2023

Data-Structures

Question 42 Consider the following declaration of a two dimensional array in C: char a[100][100]; Assuming that the main memory is byte-addressable and that the array […]
October 16, 2023

Data-Structures

Question 45 To evaluate an expression without any embedded function calls A One stack is enough B Two stacks are needed C As many stacks as […]
October 16, 2023

Data-Structures

Question 10 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 […]
error: Alert: Content selection is disabled!!