Computer Science, asked by Kamalchaudhary3544, 11 months ago

What are different applications of stack.

Answers

Answered by rishirajsharma197
3

Stack is used to reverse a string. We push the characters of string one by one into stack and then pop character from stack. Stack is used to keep information about the active functions or subroutines. There are various other applications of stack.

Applications of Stack - Tutorial to learn Applications of Stack in simple, easy and step by step way with syntax, examples and notes. Covers topics like ...

Similar questions