📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Which of the following tasks is NOT performed during

    lexical analysis?
    A Tokenization Correct Answer Incorrect Answer
    B Removing comments Correct Answer Incorrect Answer
    C Handling whitespace Correct Answer Incorrect Answer
    D Building parse tree Correct Answer Incorrect Answer
    E Generating symbol table entries Correct Answer Incorrect Answer

    Solution

    Lexical analysis converts source code into tokens; parse tree construction happens in the syntax analysis phase.

    Practice Next
    ask-question