what is symbol table?
Answers
Answered by
7
"Symbol table is an important data structure created and maintained by compilers in order to store information about the occurrence of various entitles such as variable names, function name, objects, classes, interfaces, etc. Symbol table is used by both the analysis and the synthesis parts of a compiler."
Answered by
1
symbol table is simply a data structure used by the language translator like compiler or interpreter
Similar questions