Primitive Basic Stack Operation in C
1 . Create Stack Structure
typedef struct stack { int data[MAX]; int top; }stack;
Stack Supports Following Basic Operations -
- Create
- Push
- Pop
- Empty
Simply Learn C Programming Language | Download C Programming Books | C Programs Header Files |Chapters Organized by Topics | Tutorials | Tutors
Browse: Home > Basic Stack Operation : Data Structure
typedef struct stack { int data[MAX]; int top; }stack;
Learn C Programming Copyright © 2010 LKart Theme is Designed by Lasantha, Free Blogger Templates
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