What is a stack in programming?

What is a stack in programming?

stack

Abhishek Verma Answered question April 25, 2023
1

Stack is a kind of data structure. As of its name, data is kept in a linear way like a stack. It follows LIFO which means ‘last in first out’.

Abhishek Verma Answered question April 25, 2023
0
You are viewing 1 out of 1 answers, click here to view all answers.