Multiple choice

Which of the following is not a true statement?

  1. A queue is defined as an ordered list.

  2. A queue can be implemented by the array.

  3. The element is deleted from the from end of the queue.

  4. A queue is a FIFO (First In First Out Data Structure).

  5. None of the above

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

Yes, all of the above are the true statements.