OS में रेडी क्यू का रखरखाव किसके द्वारा किया जाता है?
Ready queue in OS is maintained by___________.
A
Array
B
Stack
C
Linked List
D
Tree
Explanation
The correct answer is:
(C) Linked List
In an operating system, the ready queue is typically maintained using a linked list. This allows for efficient insertion and removal of processes, as the operating system schedules them for execution by the CPU.
Correct Answer: C) Linked List