Vidyalelo
C++ Programming · Q32

Multi threading in C++

Programming · C++ Programming · question 32

Q32

What does the term "thread-safe" mean in the context of multi-threading?

A.
The code is guaranteed to be error-free
B.
The code can be safely executed by multiple threads concurrently
Answer
C.
The code can only be executed by a certain thread
D.
None of the above

Answer: Option B

Solution

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