Operating systems miscellaneous


Operating systems miscellaneous

  1. Threads of a process share









  1. View Hint View Answer Discuss in Forum

    Threads of a process can share both heep and global variables because these are shared by every thread of a process. Generally every thread of a process have their own PC and Stack. So option (d) is correct.

    Correct Option: D

    Threads of a process can share both heep and global variables because these are shared by every thread of a process. Generally every thread of a process have their own PC and Stack. So option (d) is correct.