InterviewSolution
Saved Bookmarks
| 1. |
In what module multiple instances of execution will yield the same result even if one instance has not terminated before the next one has begun?(a) Non usable module(b) Serially usable(c) Re-enter-able(d) None of the mentioned |
|
Answer» Correct answer is (c) Re-enter-able Best explanation: Re enter-able module is the reason why the compiler is used in the first place. |
|