Question

In multithreading programming, what is a critical section?

A A section of code that can only be executed by a single thread at a time.
B A section of code that is prone to deadlocks.
C A section of code that manages thread creation and termination.
D A section of code that handles inter-thread communication.
E A section of code that is executed only once.
Practice Next

Hey! Ask a query