Vidyalelo
C++ Programming · Q4

Multi threading in C++

Programming · C++ Programming · question 4

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
Answer
D.
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