409 views
0 votes
0 votes

. Which of the following is True?

 

 

(a) Deadlock occurs in both the cases

(b) Deadlock occurs in (1) but not in (2)

(c) Deadlock occurs in (2) but not in (1)

(d) None of the above

Please log in or register to answer this question.

Related questions

2 votes
2 votes
0 answers
1
0 votes
0 votes
2 answers
2
rohitkaushal1 asked Sep 22, 2022
502 views
What will be the output printed for find(4)? void find(int x) { static int i = 10, y = 0; y = y + i; for(i; i>0; i = i - 10) { if(x! = 0) find(x – 1); else printf(“%d...
0 votes
0 votes
1 answer
3
shreyo asked Sep 12, 2022
520 views
How many 128 K × 1 RAM chips are required, and what is the size of decoder needed to give the memory capacity of 1 MB. Here memory is byte addressable.
0 votes
0 votes
1 answer
4
Hirak asked May 25, 2019
688 views
Minimum number of tables required to represent the relation R where the $A_n$ stands for the primary key of each entity is ___________