Computer Science, asked by cafrinaaa8572, 1 year ago

in a queue, an end at which new elements are added is known as

Answers

Answered by Anishu1234
0

Queue is also an abstract data type or a linear data structure, just like stack data structure, in which the first element is inserted from one end called the REAR(also called tail), and the removal of existing element takes place from the other end called as FRONT(also called head).

Similar questions