1.

Linked lists are best suited(a) For relatively permanent collections of data(b) For the size of the structure and the data in the structure are constantly changing(c) All of the mentioned(d) None of the mentionedThe question was asked in a job interview.I'd like to ask this question from Application Performance in portion Database Programming Techniques of Database Management

Answer»

Right option is (b) For the SIZE of the structure and the data in the structure are constantly changing

The BEST EXPLANATION: A linked list is a data structure CONSISTING of a group of NODES which together represent a sequence.



Discussion

No Comment Found

Related InterviewSolutions