Vidyalelo
Data Structure · Q41

Standard Libraries in Data Structures

Programming · Data Structure · question 41

Q41

In C++, which standard library header is used for supporting multi-threading?

A.
<mutex>
B.
<future>
C.
<thread>
Answer
D.
<atomic>

Answer: Option C

Solution

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