Question

    Which data structure in a compiler is used for managing information about variables and their attributes?

     

    A Abstract Syntax Tree Correct Answer Incorrect Answer
    B Symbol Table Correct Answer Incorrect Answer
    C Semantic Stack Correct Answer Incorrect Answer
    D Parse Table Correct Answer Incorrect Answer

    Solution

    Symbol Table

    Practice Next

    Relevant for Exams: