A data representation that sequentially maps 'n' queues into an array First[Memory_Size]. Represent each queue as a circular queue within memory. Write functions to add and delete elements to queue and other functions to handle queue full situation.
How do I do this using pure 'C' coding .

I'am in great trouble please help me.

thanks.

ashok