C Programming - Declarations and Initializations - Discussion

Discussion Forum : Declarations and Initializations - General Questions (Q.No. 2)
2.
What are the types of linkages?
Internal and External
External, Internal and None
External and None
Internal
Answer: Option
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.
Discussion:
95 comments Page 10 of 10.

Lipsha said:   1 decade ago
What are linkages?

Neha said:   7 years ago
What is linkages?
(2)

Manisha said:   1 decade ago
What are linkage?

Rakhi said:   1 decade ago
What are linkage?

Sumanth said:   1 decade ago
Thanx Dixin


Post your comments here:

Your comments will be displayed after verification.