GATE - 2004 | OS | Which one of the following is NOT shared by the threads of the same

GATE - 2004 | OS | Which one of the following is NOT shared by the threads of the same
Posted on 21-02-2022

GATE - 2004 [Operating System]

Question

Which one of the following is NOT shared by the threads of the same process?

A

Stack

B

Address Space

C

File Descriptor Table

D

Message Queue

Solution:

Option (A) is Correct.

Threads cannot share the stack to maintain the function calls and they can have individual function call sequences.

Thank You