Multiple choice

Which of the following data structures is an ordered list in which insertion always occurs at one end and deletion always occurs at the other end?

  1. Stack

  2. Multi set

  3. Array

  4. Structure

  5. Queue

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

This data structure is an ordered list in which insertion always occurs at one end and deletion always occurs at the other end.