in Operating System retagged by
1,249 views
0 votes
0 votes

The Banker's algorithm is used:

  1. to rectify deadlock.
  2. to prevent deadlock.
  3. to detect deadlock.
  4. to detect and solve deadlock.
in Operating System retagged by
by
1.2k views

1 Answer

0 votes
0 votes
(B) To prevent deadlock

Banker's Algorithm is a deadlock avoidance algorithm, which allocates resources in a way that deadlock is prevented.
Answer:

Related questions