If a process terminates will its threads also terminate?

Answer:
yes,
because if process is terminated then its related thread has no work. After completion of process the kernel generates a thread that will cancelled the thread in order to save the time and memory of CPU.
First answer by ID2057404398. Last edit by ID2057404398. Question popularity: 2 [recommend question].