Frage im Vorstellungsgespräch bei Mphasis

Explain stack data structure and it's operations?

Antwort im Vorstellungsgespräch

Anonym

11. Okt. 2021

Stack is a data structure which follows LIFO(last in first out). It has operations like pop and push. Push is to insert the data into stack and pop is to delete the data from stack.