Write a code for dynamic allocation of array.
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
How many types of linked list are there?
How will you explain circular linked list?
Why linked lists are better than arrays?
Minimum number of queues needed to implement the priority queue?
In which data structure, elements can be added or removed at either end, but not in the middle?
42 Answers Infosys, NIC, TTA, Wipro,
What is meant by heap sort?
Does treemap allow null values?
How can you insert a node in a random location of the linked list?
What is red black tree in data structure?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
Define primary data structures?