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:
96 comments Page 7 of 10.

Vittu agrawal said:   1 decade ago
What is static and non static variables and functions ?

Ashwini said:   1 decade ago
What is the difference between that all three linkages?

Jhansi said:   1 decade ago
Give details of linkages & when they are used?

Lavanya said:   1 decade ago
Give details of linkages & when they are used?

Prasanth reddy.d said:   2 decades ago
Can static variables be declared before main() ?

Sameer said:   1 decade ago
What is the meaning of functions of filescope?

Komal said:   2 decades ago
I wanna a briefly explain about the linkages.

Shan said:   2 decades ago
I wanna a briefly explain about the linkages.

Kasthuri said:   1 decade ago
@Kavitha.

It will give only 8 as the output.

Nagaraj said:   1 decade ago
fmod(3.14,2.1) is giving o/p: 0.000000 why?


Post your comments here:

Your comments will be displayed after verification.