how do i find the number of items in a circular queue?
|front - rear| doesnt always work.
is there one equation to know how many element is in a cir
if (Cqueue_front>Cqueue_rear) cout<<" The number of queue items are : "<