Answered Questions

  • Priority Queue

    What is Priority Queue? Explain with example.

    Suresh-Blore

    • Jul 25th, 2011

    Waiting queue may not operate on strictly first in first out basis,,but on some complex priority scheme based on such factors as what compiler is being used,the execution time required,number of print lines etc.The resulting queue is called Priority queue.