Computer Science, asked by Sachinsaini1160, 1 year ago

Difference types of data structures used in symbol table

Answers

Answered by Seema1231
0
Symbol table is an important data structure created and maintained by compilers in order to store information about the occurrence of various entities such as variable names, function names, objects, classes, interfaces, etc. Symbol table is used by both the analysis and the synthesis parts of a compiler.
Similar questions