Question

    In a compiler, keywords of a language are recognized

    during 
    A parsing the program Correct Answer Incorrect Answer
    B the code generation Correct Answer Incorrect Answer
    C the lexical analysis of the program Correct Answer Incorrect Answer
    D dataflow analysis Correct Answer Incorrect Answer

    Solution

    the lexical analysis of the program

    Practice Next

    Relevant for Exams: