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 mentionedI got this question in an interview.Asked question is from Syntax-Directed Definitions and Translations topic in portion Syntax Directed Definition and Translations of Compiler |
|
Answer» Correct answer is (c) Re-enter-able |
|