Computer Sciences > Gate 2017 Set-2 > Threads
Which of the following is/are shared by all the threads in a process?
I. Program Counter
II. Stack
III. Address space
IV. Registers
I. Program Counter
II. Stack
III. Address space
IV. Registers
Explanation
Correct : Threads
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.