ISRO CS 2020
August 23, 2023GATE 2019
September 2, 2023Operating-Systems
| Question 33 |
Which one of the following is NOT shared by the threads of the same process?
| Stack | |
| Address Space | |
| File Descriptor Table | |
| Message Queue |
Question 33 Explanation:
Threads cannot share the stack to maintaining the function calls and they can have individual function call sequences.
Correct Answer: A
Question 33 Explanation:
Threads cannot share the stack to maintaining the function calls and they can have individual function call sequences.
