Q4
What is the purpose of the 'std::thread' class in C++ multi-threading?
A.
To define thread-specific data
B.
To manage thread priorities
C.
To create and manage threads
AnswerD.
To synchronize access to shared resources
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board