Q. A critical section is a program segment (Solved)
1. which should run in a certain specified amount of time
2. which avoids deadlocks
3. where shared resources are accessed
4. which must be enclosed by a pair of semaphore operations.
- c. where shared resources are accessed