The following situation(s) will result in an underflow when a node is deleted…

2022

The following situation(s) will result in an underflow when a node is deleted from a linked list. Statements: (A) List is full (B) List is empty (C) List has only one element Choose the correct option.

Answer: B. Only (B) is correctUnderflow is a condition that occurs when we try to delete a node from a linked list that is empty. This happens when START = NULL, meaning there are no nodes…

  1. A.

    Only (A) is correct

  2. B.

    Only (B) is correct

  3. C.

    Only (C) is correct

  4. D.

    Only (B) and (C) are correct

Attempted by 1312 students.

Show answer & explanation

Correct answer: B

Underflow is a condition that occurs when we try to delete a node from a linked list that is empty. This happens when START = NULL, meaning there are no nodes available to delete.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…