Solved

The ________ Multithreading Header Contains Class Templates, a Function Template

Question 3

Multiple Choice

The ________ multithreading header contains class templates, a function template and enums that enable you specify functions to execute in separate threads and to receive the results of those functions when the threads complete.


A) <thread>
B) <mutex>
C) <condition_variable>
D) <future>

Correct Answer:

verifed

Verified

Related Questions