Right Click to Search

Friday, June 11, 2024

Basic Stack Operation : Data Structure



Primitive Basic Stack Operation in C

1 . Create Stack Structure
typedef struct stack
{
  int data[MAX];
  int top;
}stack;

Stack Supports Following Basic Operations -
  1. Create
  2. Push
  3. Pop
  4. Empty

Tags / Keywords : | , , ,

Stumble
Delicious
Technorati
Twitter
Facebook

0 Comments:

Post a Comment

Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email

 

Learn C Programming Copyright © 2010 LKart Theme is Designed by Lasantha, Free Blogger Templates