What is symbol table and in which part of the memory it is stored?

1 answer

Answer

1279264

2026-07-25 04:41

+ Follow

Symbol table is a file that Compilers / Assemblers use to store symbols and their equivalent relative memory locations, values, data types for the following steps. It's an intermediate file, so the compiler chooses where to store it. Some compilers delete the file after processing

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.