A queue data-structure can be used for −
2025
A queue data-structure can be used for −
- A.
expression parsing
- B.
recursion
- C.
resource allocation
- D.
all of the above
Attempted by 429 students.
Show answer & explanation
Correct answer: C
Answer : C
Explanation
Queues can be used for limited resource allocation. For other operations, stacks are used.