InterviewSolution
Saved Bookmarks
| 1. |
Yacc semantic action is a sequence of ___________(a) Tokens(b) Expression(c) Statement(d) RulesI have been asked this question in an online interview.My doubt stems from SDT Schemes to Specify Translation of various Programming Language Construct topic in portion Syntax Directed Definition and Translations of Compiler |
|
Answer» CORRECT OPTION is (c) Statement Explanation: YACC is yet ANOTHER compiler which is a set of statements. |
|