Q11
What is the purpose of the 'std::condition_variable' class in C++ multi-threading?
A.
To notify waiting threads
B.
To synchronize the execution of threads
AnswerC.
To manage thread priorities
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board