InterviewSolution
Saved Bookmarks
| 1. |
Non modifiable procedures are called ___________(a) Concurrent procedures(b) Serially usable procedures(c) Re-entrant procedures(d) Top down proceduresI got this question in an international level competition.My query is from SDT Schemes to Specify Translation of various Programming Language Construct in section Syntax Directed Definition and Translations of Compiler |
|
Answer» CORRECT answer is (b) Serially usable procedures To ELABORATE: These can’t be MODIFIED. |
|