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?
- A.
Linked list
- B.
Node list
- C.
Primitive list
- D.
Unordered list
Attempted by 485 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.