Which of the following is generally shared by threads belonging to the same process?

Options

  • A. Stack
  • B. Program counter
  • C. Address space
  • D. Register set
  • E. None of the above

Correct Answer (Detailed Explanation is Below)

C. Address space

Detailed Explanation

Threads of the same process share the process address space, including common code and data regions.