PLEASE DO IT CORRECTLY. I NEED THE CORRECT ANSWER
Posted: Mon Mar 21, 2022 4:47 pm
PLEASE DO IT CORRECTLY. I NEED THE CORRECT
ANSWER
Task-1: Write a c program that creates 5 threads and prints which thread is running and after the thread is closed, a new thread starts its execution. Each thread should run sequentially one by one. OUTPUT: thread-1 running thread-1 closed thread-2 running thread-2 closed .
ANSWER
Task-1: Write a c program that creates 5 threads and prints which thread is running and after the thread is closed, a new thread starts its execution. Each thread should run sequentially one by one. OUTPUT: thread-1 running thread-1 closed thread-2 running thread-2 closed .