In linked list each node contains a minimum of two fields. One field is data…

2024

In linked list each node contains a minimum of two fields. One field is data field to store the data second field is?

Answer: C. Pointer to nodeAnswer: c Explanation: Each node in a linked list contains data and a pointer (reference) to the next node. Second field contains pointer to node.

  1. A.

    Pointer to character

  2. B.

    Pointer to integer

  3. C.

    Pointer to node

  4. D.

    Node

Attempted by 620 students.

Show answer & explanation

Correct answer: C

Answer: c

Explanation: Each node in a linked list contains data and a pointer (reference) to the next node. Second field contains pointer to node.

Explore the full course: Coding For Placement

Loading lesson…