Use the fork functions to create threads and use a common print function to print the details of all the created threads
Use the fork functions to create 2 threads and serve them with different functions for them to implement.
Demonstrate the use of Semaphores with a simple to design program.
Use two different threads to sort an array, as well as to print the first 10 numbers of the Fibonacci series.