Stack
Stack is linear type of Data Structure. Stack works on a FIRST IN LAST OUT or LAST IN FIRST OUT fashion. Lets see example stack meaning Stack Example Consider an container or CD’S that is we put CD’S on one another and if we want to take CD’S out then we have to remove the CD which is at the …