Delete data from stack

Advertisements

Stack Push Operation Stack Example

POP Operation

In case of stack deletion of any item from stack is called pop. In any item is delete from top of the stack, When you delete any item from stack top will be decreased by 1.

pop operation in stack

Algorithm for pop

  1. Repeated steps 2 to 4 until top>=0
  2. Set item=stack[top]
  3. Set top=top-1
  4. Print "Item deleted"
  5. Print "Stack under flow"

Example of Pop Item From Stack

	
void pop()
{
int item;
if(top==0)
{
printf("\nStack is empty: ");
}
else
{
s.item=s.stack[top];
top=top-1;
printf("deleted data is: %d",s.item);
}
}

Stack Push Operation Stack Example

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements