I was studying computer architectures and got to the Call Stack
As wikipedia says
>This kind of stack is also known as an execution stack, program stack, control stack, run-time stack, or machine stack, and is often shortened to just "the stack"
why there are so many names for the same thing?
Also why we use stacks and not queques? FIFO makes more sense to me in this case