Multiple choice Which of the following statements is/are true about the double-ended queue? Double-ended queue is an abstract data type. In double-ended queue, elements can be added to or removed from either the front or back end. Double-ended queue is also called deque. All of the above Only (1) and (3) are true. Reveal answer Fill a bubble to check yourself D Correct answer Explanation Yes, all are true statements about the double-ended queue.