Q. Which function creates a new thread? (A) pthread_create() (B) create_thread() (C) spawn_thread() (D) thread_start() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) pthread_create() Explanation: pthread_create() is used to create a new POSIX thread.