1.

A linear collection of data elements where the linear node is given by means of pointer is called?(a) Linked list(b) Node list(c) Primitive list(d) Unordered listMy question is taken from Singly Linked List Operations topic in portion Abstract Data Types of Data Structures & Algorithms IThis question was addressed to me at a job interview.

Answer»

The correct option is (a) Linked list

The BEST explanation: In Linked list each node has its own data and the address of NEXT node. These nodes are linked by USING pointers. Node list is an object that consists of a list of all nodes in a document with in a PARTICULAR SELECTED set of nodes.



Discussion

No Comment Found

Related InterviewSolutions