How is the scope of a variable/identifier maintained?
Posted
by eswar
on Stack Overflow
See other posts from Stack Overflow
or by eswar
Published on 2010-06-16T07:55:23Z
Indexed on
2010/06/16
8:22 UTC
Read the original article
Hit count: 159
How is the scope of a variable/identifier maintained in the symbol table of a c/c++ compiler.
Please suggest some good links and books to know the how compiling process of c/c++
program is implemented for better understanding.
© Stack Overflow or respective owner