## Menti - Go to Menti.com and use this code **67 22 75 35**; OR - Scan this  ---
--- ## Symbol Management Table A symbol table contains a record for each identifier with fields for the attributes of the identifier. <p align=center> |Operation|Function| |---|---| |allocate| to allocate a new empty symbol table| |free| to remove all entries and free storage of symbol table| |lookup| to search for a name and return a pointer to its entry| |insert| to insert a name in a symbol table and return a pointer to its entry| |set_attribute| to associate an atrribute to a given entry| |get_attribute| to get an attribute associated with a given entry| </p>