InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is not shared by threads?(a) program counter(b) stack(c) both program counter and stack(d) none of the mentionedI had been asked this question during an interview.This interesting question is from Threads in portion The Linux System of Operating System |
|
Answer» CORRECT answer is (C) both PROGRAM counter and stack To explain I WOULD say: NONE. |
|