The document discusses creating a symbol table for an expression by parsing the characters and storing identifiers and operators in an array along with their memory addresses. It prompts the user for an expression, prints the symbol table, then prompts for a symbol to search for and checks if it exists in the table.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
39 views2 pages
Symbol Table in C++
The document discusses creating a symbol table for an expression by parsing the characters and storing identifiers and operators in an array along with their memory addresses. It prompts the user for an expression, prints the symbol table, then prompts for a symbol to search for and checks if it exists in the table.