A

Admin • 833.24K Points
Coach

Q. In a circular queue the value of r will be ..

  • (A) r=r+1
  • (B) r=(r+1)% [queue_size – 1]
  • (C) r=(r+1)% queue_size
  • (D) r=(r-1)% queue_size

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.