Thread shares with other threads belonging to the same process its

Asked In Exam: BPSC TRE 3.0

Options

  • A. Thread ID
  • B. Program counter
  • C. Code section and data section
  • D. More than one of the above
  • E. None of the above

Correct Answer (Detailed Explanation is Below)

C. Code section and data section

Detailed Explanation

Threads have their own thread ID and program counter, but threads of the same process share the code section and data section.