symbol table in compilation
@pratap-singh-6xlmve
•
Oct 26, 2024
Oct 26, 2024
1.3K
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?