Q. Which one of the following statements is FALSE? (Solved)
1. Context-free grammar can be used to specify both lexical and syntax rules.
2. Type checking is done before parsing.
3. High-level language programs can be translated to different Intermediate Representations.
4. Arguments to a function can be passed using the program stack.
- b. Type checking is done before parsing.