Computer Science, asked by ashutoshf4053, 1 year ago

Explain varoius type of stack with example in data structure

Answers

Answered by arishali123
0

1.push

2.pop

3.update

1.push- function is use to add a new element in stack

2.pop- function is use to delete and remove the element in stack

Similar questions