Multiple choice

In any type of data structure, overflow condition occurs when

  1. any element is inserted into the data structure

  2. any element is deleted from the data structure

  3. a data structure is empty and you are trying to delete any element from it

  4. a data structure is full and you are trying to insert any element into it

  5. a data structure is half empty

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is the right operation. This condition is called overflow.