Suppose the following operations are performed on an empty stack:
push(8);push(7);pop( );push(19);push(21);pop( );
push(8);
push(7);
pop( );
push(19);
push(21);
Insert numbers in the following diagram to show what will be stored in the static stack after the operations above have executed.
Post an Article +5 Coins
Post an Answer +5 Coins
Post a Question with Answer +5 Coins