Question

    Which one of the following statements is FALSE?

    A Context-free grammar can be used to specify both lexical and syntax rules Correct Answer Incorrect Answer
    B Type checking is done before parsing Correct Answer Incorrect Answer
    C High-level language programs can be translated into different Intermediate Representations Correct Answer Incorrect Answer
    D Arguments to a function can be passed using the program stack Correct Answer Incorrect Answer

    Solution

    Type checking is done before parsing

    Practice Next

    Relevant for Exams: