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?

  1. A.

    Pointer to character

  2. B.

    Pointer to integer

  3. C.

    Pointer to node

  4. D.

    Node

Attempted by 374 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: Accenture Preparation