Data Structure Lab Program Question
Data Structure Lab Program Question
https://www.slideshare.net/slideshow/data-structures-using-c-
practical-file/142489354
Stacks:
1.Write a program in C to implement Stack using
Array.
2.Write a program in C to implement Stack using
Linked List.
3.Write a program in C using dynamic memory
allocation by which stackcan be implemented.
4.Write a program in C using stack to determine GCD
of given numbers.
5.Write a program in C using stack to determine
LCM of given numbers.
6.Write a program in C using stack to d
e t e r m i n e n t h e l e m e n t o f a Fibonacci series.