What are the types of linkages?

A. Internal and External
B. External, Internal and None
C. External and None
D. Internal

1 thought on “What are the types of linkages?”

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

Leave a Comment