Computer Science, asked by raghebnegm85, 6 hours ago

When a value is pushed on the stack, the top of the stack is _____________________

Answers

Answered by dev1234429
0

Answer:

Push operation refers to inserting an element in the stack. Since there's only one position at which the new element can be inserted — Top of the stack, the new element is inserted at the top of the stack. Pop operation refers to the removal of an element.

Similar questions