Home »
MCQs »
Data Structure and Algorithms (DSA) MCQs
Queue can be used for?
10. Queue can be used for?
- Parsing expression
- Recursion
- Resource Allocation
- None of the above
Answer
The correct answer is: C) Resource Allocation
Explanation
Queue is generally used for limited resources allocation. Stack is used for other operations.