I need to know how I would do the following program...simple please I have minimal C, C# or C++ background.
Design a queue abstract data type, including operations for enqueue, dequeue, and empty.
I have added extensive comment to C code. Also added the executable as created by Miracle C.