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


    Question

    The symbol table in a compiler is used to

    store:
    A Tokens generated by the lexer Correct Answer Incorrect Answer
    B Intermediate code representation Correct Answer Incorrect Answer
    C Information about identifiers Correct Answer Incorrect Answer
    D Syntax errors Correct Answer Incorrect Answer
    E Assembly instructions Correct Answer Incorrect Answer

    Solution

    Symbol tables maintain details about variables, functions, objects, classes, and other identifiers—such as their type, scope, memory location—used throughout compilation.

    Practice Next
    ask-question