Vidyalelo
C++ Programming · Q1

Multi threading in C++

Programming · C++ Programming · question 1

Q1

What is multi-threading in C++?

A.
A process that allows parallel execution of tasks
B.
A process that allows a single thread to execute
C.
A process that allows multiple processes to execute concurrently
D.
A process that allows multiple threads to execute concurrently
Answer

Answer: Option D

Solution

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