1 1 vote Which one of the following statements is $\text{FALSE}$? Context-free grammar can be used to specify both lexical and syntax rules. Type checking is done before parsing High level language programs can be translated to different Intermediate Representations Arguments to a function can be passed using the program stack Compiler Design nielit-sta-2020 compiler-design easy compilation-phases + – gatecse 821 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote The false statement is:Type checking is done before parsing.Type checking occurs after parsing, during semantic analysis. ahthneeuhl answered Apr 7, 2025 ahthneeuhl comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Type checking is done in the semantic analysis phase. (after syntax analysis phase) so option b is false. GATE2018 Hira Thakur answered Dec 11, 2020 Hira Thakur comment Share Follow 0 reply Please log in or register to add a comment.