Relative Content

Tag Archive for c++stack

stack won’t show full list in c# when I try to add inputs

Today I was learning about different types of data structures and I was trying to make a program that pops an element of a stack when prompted. However when I added a new text and input after the for loop, it only prints the last part of the stack.