...
KVS 30-12-2018 Part-A
October 4, 2023
October 4, 2023
KVS 30-12-2018 Part-A
October 4, 2023
October 4, 2023

Operating-Systems

Question 32

The concurrent programming constructs fork and join are as below:
fork

   N = 2
   M = 2
   fork L3
   fork L4
   S1
L1:join N
   S3
L2:join M
   S5
L3:S2
   goto L1
L4:S4
   goto L2
next: 
A
Theory Explanation.
Correct Answer: A

Leave a Reply

Your email address will not be published. Required fields are marked *