Undecidability in Compiler Design MCQs
1. Which of the following problems is undecidable in compiler design? A) Syntax analysis of a given language B) Determining if a given context-free grammar is ambiguous C) Performing constant folding optimization D) Generating intermediate code for a function call Answer: B) Determining if a given context-free grammar is ambiguous 2. Which of the following … Read more