Which of the following is a characteristic of threads belonging to the same process?

Options

  • A. They always have separate address spaces
  • B. They cannot share data
  • C. They share the process address space
  • D. They must have the same program counter
  • E. None of the above

Correct Answer (Detailed Explanation is Below)

C. They share the process address space

Detailed Explanation

Threads within the same process normally execute in a shared address space, allowing them to access common process data.