Answer Posted / Amar Pal Singh
In C, threads can be created using the POSIX Threads (pthreads) library. A thread is a separate flow of execution within a single program that shares resources such as memory and I/O capabilities. The pthread_create() function is used to create new threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category