I was asked this question in an interview today.
\"When we create a thread with pthread_create()
(POSIX Threads), the thread starts on its own. Why do we n
The reasons are a lot. But I'll give you a few:
pthread_create
to actually execute the code makes no senseI hope you get the idea.