InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    A critical section is a program segment(A) which should run in a certain amount of time(B) which avoids deadlocks(C) where shared resources are accessed(D) which must be enclosed by a pair of semaphore operations P and V | 
                            
| Answer» | |