Simple C Program for Queue using Linked List
Posted by Ramkumar on September 2, 2010
The below is a simple program for the implementation of a Queue Data structure using Linked List. The program uses an user defined data structures namely “Node” which stores the value and the reference to...
Filed in: Tutorials









