Qus:3- What is the method to save data in stack data structure type? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 18

Qus:3- What is the method to save data in stack data structure type?

13th May 2019, 7:32 AM
Deepika Mourya
Deepika Mourya - avatar
3 Answers
+ 1
Push for store pop remove and peek for implementation
17th May 2019, 6:44 AM
Rahul Kumhar
Rahul Kumhar - avatar
+ 1
Push() for insert...pop() for removal.....
22nd May 2019, 6:10 PM
Muhammad Arish
Muhammad Arish - avatar
0
Push for adding pop for removing peek for implementation
22nd May 2019, 7:05 PM
Rahul Kumhar
Rahul Kumhar - avatar