Vidyalelo
C++ Programming · Q10

Multi threading in C++

Programming · C++ Programming · question 10

Q10

Which of the following is used to avoid race conditions in C++ multi-threading?

A.
Mutex
B.
Semaphore
C.
Condition variable
D.
All of the above
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board