A linear collection of data elements where the linear node is given by means…

2025

A linear collection of data elements where the linear node is given by means of pointer is called?

Answer: A. Linked listAnswer: a 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…

  1. A.

    Linked list

  2. B.

    Node list

  3. C.

    Primitive list

  4. D.

    Unordered list

Attempted by 751 students.

Show answer & explanation

Correct answer: A

Answer: a

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.

Explore the full course: Coding For Placement

Loading lesson…