symbol rate, its operations,which is the best symbol table and why? lets see a program using symbol table
Answers
Answered by
1
Symbol Table is an important data structure created and maintained by the compiler in order to keep track of semantics of variable i.e. it stores information about scope and binding information about names, information about instances of various entities such as variable and function names, classes, objects, etc.
mohammedabubakaradam:
Thanks .which is the best symbol table and why?
Similar questions