22.
Which of the following is a characteristic feature of a priority queue?

23.
What is the key difference between a regular queue and a priority queue?

24.
In a fixed-size queue implemented using an array, how do you manage the wrap-around situation?

25.
What is the main advantage of using a queue over a stack in certain applications?

27.
How does a priority queue differ from a queue when handling tasks?

28.
What will happen if you attempt to enqueue an element in a queue that is full (in a fixed-size queue)?

30.
How do you determine if a queue implemented using a circular array is empty?