Get Answers to all your Questions

header-bg qa

What are the components of a process which are not shared across threads in a multithreaded process?

Answers (1)

best_answer

Register values and stack memory are not shared across threads as it is private to each thread.

Posted by

Deependra Verma

View full answer