| 1. |
What Is A Symbol Table? |
|
Answer» A symbol table is a data structure containing a record for each identifier, with FIELDS for the attributes of the identifier. The data structure allows US to find the record for each identifier quickly and to STORE or RETRIEVE data from that record quickly. A symbol table is a data structure containing a record for each identifier, with fields for the attributes of the identifier. The data structure allows us to find the record for each identifier quickly and to store or retrieve data from that record quickly. |
|