Multiple choice Which of the following statements is true about queue data structure? A queue is a FIFO type. Queue can be implemented by linked list. Queue can be implemented by array. Both (1) and (2). (1), (2) and (3) all are true. Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, this is the correct choice.