Vidyalelo
Data Structure · Q148

Introduction to Data Structures

Programming · Data Structure · question 148

Q148

A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as . . . . . . . .

A.
Queue
Answer
B.
Stack
C.
Tree
D.
Linked list

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board