pranjay-poddar / Data-Structures-And-Algorithms

Important data structure and algorithms codes and concept's open-source repository.
https://bit.ly/30DLzuJ
MIT License
48 stars 109 forks source link

Create Stack_operations.c #172

Closed abhishekb13402 closed 2 years ago

abhishekb13402 commented 2 years ago

Implement a program for stack that performs following operations using array. (a) PUSH (b) POP (c) PEEP (d) DISPLAY

Description

Fixes #

Type of change

Checklist: