"If a declaration for an identifier within a block does not include the extern specifier, then the identifier has no linkage and is unique to the function. If it does include extern, and an external declaration for is active in the scope surrounding the block, then the identifier has the same linkage as the external declaration, and refers to the same object or function; but if no external declaration is visible, its linkage is external."
this is a statement from K&R.
Can anyone explain me this statement??kind ly give an example.
Thanx
this is a statement from K&R.
Can anyone explain me this statement??kind ly give an example.
Thanx
Comment