Database-Management-System
October 3, 2023Deadlock
October 3, 2023Operating-Systems
Question 2 |
Threads of a process share
global variables but not heap. | |
heap but not global variables. | |
neither global variables nor heap. | |
both heap and global variables. |
Question 2 Explanation:
Thread share all other resources of process except local data like – register, stack.
Correct Answer: D
Question 2 Explanation:
Thread share all other resources of process except local data like – register, stack.
need explanation