Creating a FIFO queue in C

Posted by Tyler on Stack Overflow See other posts from Stack Overflow or by Tyler
Published on 2009-01-30T22:16:43Z Indexed on 2010/04/23 19:33 UTC
Read the original article Hit count: 286

Filed under:
|
|

Is it possible to create a FIFO 'stack' in C without using 2 stacks?

Thanks!

(Sorry to those who answered the previous one. I was thinking LIFO and meaning FIFO.)

© Stack Overflow or respective owner

Related posts about c

    Related posts about stack