Computer Science, asked by akjka02, 9 months ago

What is stack implementation in C++​

Answers

Answered by Vamshi7777
1

Answer:

A stack is a linear data structure that serves as a container of objects that are inserted and removed according to the LIFO (last-in first-out) rule. Stack has three main operations: push, pop and peek. ... In this article,stack implementation in C++is covered using class.

Answered by lChanul
0

Answer:

A stack is a linear data structure that serves as a container of objects that are inserted and removed according to the LIFO (last-in first-out) rule. Stack has three main operations: push, pop and peek. ... isEmpty: Returns true if stack is empty i.e. its size is zero else it returns false.

plzzz mark the answer brainliest! ! ☺❤✌

Similar questions