Question 9018 – GATE 2010
February 7, 20242005 Dec UGC NET Paper-1
February 7, 2024GATE 2018
|
Question 23
|
Which one of the following statements is 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.
|
Question 23 Explanation:
Type checking is done in semantic analysis phase after syntax analysis phase (i.e., after parsing).
Correct Answer: B
Question 23 Explanation:
Type checking is done in semantic analysis phase after syntax analysis phase (i.e., after parsing).
