Computer Science, asked by swayam4733, 1 year ago

What is the purpose of a symbol table in a compiler?

Answers

Answered by palak189
0
Symbol table is an important data structure created and maintained by compliers in order to store information about the occurrence of various entities such as variable names ,function name, objects ,classes,interfaces,etc...To store the name of all entities in a stuctured form at one place.
hope it helps...
Similar questions