CBSE Class 12 Computer Science Question 61 of 63

Data Structures in Python — Question 9

Back to all questions
9
Question

Question 9

The append() function inserts an element at the rear end in a queue.

Answer

True

Reason — The built-in list function "append()" inserts an element at the rear end of a queue.