What are different ways of creating threads?

Submitted by: Administrator
In a process at least one thread will always be there.
So i think, when we create a new process using fork() system, this is also a thread creation (single thread only).
Submitted by: Administrator

Read Online Linux Threads Job Interview Questions And Answers