Vidyalelo
C++ Programming · Q7

Multi threading in C++

Programming · C++ Programming · question 7

Q7

Which function is used to join a thread in C++ multi-threading?

A.
join()
Answer
B.
wait()
C.
sync()
D.
connect()

Answer: Option A

Solution

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