A
annalissa
Hi all,
The following is what I have read in a tutorial on C by arthur griffith
if within the same scope an identifier appears to have both internal and
external linkage, the linkage is un defined ...????
can anyone give example(s) for the above statement ?
BTW linkage is defined as follows isn't it ?
a identifier declared in different scopes or greater than once in the
same scope with the same name can be made to refer to the same object by
the process of linkage
The following is what I have read in a tutorial on C by arthur griffith
if within the same scope an identifier appears to have both internal and
external linkage, the linkage is un defined ...????
can anyone give example(s) for the above statement ?
BTW linkage is defined as follows isn't it ?
a identifier declared in different scopes or greater than once in the
same scope with the same name can be made to refer to the same object by
the process of linkage