answersLogoWhite

0

"An identifier declared in different scopes or in the same scope more than once can be made to refer to the same object or function by a process called linkage"

Types:- External, Internal and None linkage

Example:-

External Linkage= extern int a1;

Internal Linkage= static int a2;

None Linkage= int a3;

User Avatar

Wiki User

13y ago

What else can I help you with?