Computer Science, asked by kkn2, 1 year ago

what is symbol table?

Answers

Answered by Anonymous
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 Dominator11
1
symbol table is simply a data structure used by the language translator like compiler or interpreter
Similar questions