What is the use of linkage in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


All technical questions

0 Answers   TCS,


how to write a data 10 in address location 0x2000

3 Answers  


What is const and volatile in c?

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  






What are disadvantages of C language.

0 Answers   iNautix,


How can I delete a file?

0 Answers  


What does char * * argv mean in c?

0 Answers  


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


What is the difference b/w Structure & Class?

3 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Categories