Question 523: What are the types of linkages?
tcs
wipro
infosys
general
aptitude
declarations-and-initializatio
c-programming
External Linkage-> means global, non-static variables and functions.Internal Linkage-> means static variables and functions with file scope.None Linkage-> means Local variables.