Wednesday 6 February 2013

C/C++ Program Implementing Queue Using Array

  Queue is a very useful Data Structure. In this program Stack is implemented by using Array. The following operations are implemented in the Program.
  • Insert Elements.
  • Delete Elements.   
  • Display Elements.
Figure Below Shows a Sample Output

1 comment: