Monday, August 22, 2016

Queue in C

This program allows operations (inque/enque) on a queue of size 5.

Click here for syntax

Stack in C

This program allows operations (push/pop) on a stack of size 5.

Click here for syntax