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

Ashwini said:   9 years ago
What is the difference between that all three linkages?

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

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

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

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

Komal said:   1 decade ago
I wanna a briefly explain about the linkages.

Shan said:   1 decade 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?

Manoj said:   1 decade ago
@Kavitha.

It will give the output 8 only!


Post your comments here:

Your comments will be displayed after verification.