Vidyalelo
Data Structure · Q78

Introduction to Data Structures

Programming · Data Structure · question 78

Q78

Given only a single array of size 10 and no other memory is available. Which of the following operation is not feasible to implement (Given only push and pop operation)?

A.
Push
B.
Pop
C.
Enqueue
Answer
D.
Returntop

Answer: Option C

Solution

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