Explain what critical section is. Explain what a dead lock is.
Anonymous
A critical section is a piece of code that can only be executed by one process or thread at a time.A deadlock is a situation in which two or more competing actions are each waiting for the other to finish, and thus neither ever does.
Check out your Company Bowl for anonymous work chats.