Multiple choice Which of the following is not shared by the threads of the same process? Address space Message queue Stack File descriptor table - Reveal answer Fill a bubble to check yourself C Correct answer Explanation Stack represents LIFO (last in first out). It is a common data structure, which maintains them into particular order but not in the same process.