symbol table in compilation
Hi friends,
The concept says that the the symbol table during the compilation phase maintains information about the identifier's name and its data type.
However, it is also mentioned that this symbol table information can be used to determine the scope of a particular identifier.
How can this be justified?
The concept says that the the symbol table during the compilation phase maintains information about the identifier's name and its data type.
However, it is also mentioned that this symbol table information can be used to determine the scope of a particular identifier.
How can this be justified?
0