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

Kaamani said:   1 decade ago
I want example program for three linkages.

Siri said:   1 decade ago
Good explanation pratyusha, thanq so much.

Sarathi said:   10 years ago
Difference between GCC and TCC compiler?

Ujwala said:   2 decades ago
Details of internal & none linkage ?

Nidhi gupta said:   1 decade ago
What is static and non-static variables?

Vidvesh said:   1 decade ago
Tell me more about static variables???

Ashish dharjiya said:   1 decade ago
What is difference between all three ?

Arpita said:   9 years ago
What is linkages? Describe in detail.

Sudhanshu Kumar said:   7 years ago
Please tell definition of linkages.
(4)

Gowthami said:   1 decade ago
What is meant by external linkage?


Post your comments here:

Your comments will be displayed after verification.