Which type of concurrency model is used by POSIX threads (pthread) in C programming?

Which type of concurrency model is used by POSIX threads (pthread) in C programming?
A . Preemptive
B . Co-operative
C . Single-threaded
D . Multi-threaded

Answer: D

Explanation:

POSIX threads (pthread) in C programming use a multi-threaded concurrency model.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments