A

Admin • 833K Points
Coach

Q. Which function creates a new thread?

  • (A) pthread_create()
  • (B) create_thread()
  • (C) spawn_thread()
  • (D) thread_start()
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

pthread_create() is used to create a new POSIX thread.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.