Q. Which function creates a new thread?

  • (A) pthread_create()
  • (B) create_thread()
  • (C) spawn_thread()
  • (D) thread_start()
πŸ’¬ Discuss
βœ… Correct Answer: (A) pthread_create()
Explanation: pthread_create() is used to create a new POSIX thread.
Explanation by: Mr. Dubey
pthread_create() is used to create a new POSIX thread.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
67
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate