Home » C Programming » Declarations and Initializations

What are the types of linkages?

Correct Answer: External, Internal and None

Explanation:

External Linkage-> means global, non-static variables and functions.
Internal Linkage-> means static variables and functions with file scope.
None Linkage-> means Local variables.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion