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 9 of 10.

Sandeep said:   1 decade ago
When x=2,
if z=x++ + ++x.
Then z=?

Laxman said:   1 decade ago
What are linkage? Tell briefly.

Swetha said:   1 decade ago
Where do we use this linkages.

Karthick said:   1 decade ago
Why we use return in program?

Rashmi said:   9 years ago
What is meant by filescope?

Sreenu said:   7 years ago
What is meant by linkages?

Suresh said:   2 decades ago
What is static variable?

Anjesh kumar maurya said:   1 decade ago
Tell me about linkage?

Silpi roy said:   1 decade ago
What are linkages?

Sruthi said:   9 years ago
What is a linkage?


Post your comments here:

Your comments will be displayed after verification.