+ 18
Qus:3- What is the method to save data in stack data structure type?
3 odpowiedzi
+ 1
Push for store pop remove and peek for implementation
+ 1
Push() for insert...pop() for removal.....
0
Push for adding pop for removing peek for implementation