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

Nufiqa said:   9 years ago
Give me the clear difference between static, non-static &local variables.

Ram krishna said:   1 decade ago
I will thank full to Satish Narasimman and Prathyusa, who cleared my doubt.

Ashwini said:   9 years ago
@Saiba Murmu.

GCC compiler also giving the result : 8.
Check it once.

Shreeketh said:   1 decade ago
What is the difference between non static variable and local variable?

Gaurav said:   1 decade ago
@Praveen.

Why x++ value remains 2?

Why it is not incremented by 1?

BALAMURUGAN said:   9 years ago
How you can classify those linkages respectively. Please tell me.

Jyothsna said:   9 years ago
Please give information about incremental and decremental values.

Amru said:   1 decade ago
What is the exact meaning of linkage? what exact it does. ?

Raju said:   1 decade ago
What's is answer for this question:z=(++x)+(x++), if x=2?

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


Post your comments here:

Your comments will be displayed after verification.