Computer Science, asked by sahakash7569, 11 months ago

What are the various attribute in symbol table compiler design?

Answers

Answered by ervislinazuaje30
0

Answer:

Explanation:

In computing, a symbol table is part of a large data structure that uses the process of translating a programming language, by a compiler or an interpreter, where each symbol in a program's source code is associated with information such as the location, data type, and scope of each variable, constant, or procedure.

The symbols in the symbol table can refer to constants, functions or data types in the source code of a program.

It should be noted that the symbols are part of a file that contains the code during a link of the different files.

Similar questions