What do you mean by internal linking and external linking in c++?



What do you mean by internal linking and external linking in c++?..

Answer / hrpynux@gmail.com

Internal linkage refers to everything only in scope of a translation unit. External linkage refers to things that exist beyond a particular translation unit. In other words, accessible through the whole program, which is the combination of all translation units (or object files).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the use of register keyword with the variables?

0 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


What is the protected keyword used for?

0 Answers  


How a pointer differs from a reference?

0 Answers  


What is constructor c++?

0 Answers  






what are function pointers?

0 Answers  


What is the full form nasa?

0 Answers  


How can you link a c program with a c function?

0 Answers  


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

0 Answers  


What is a c++ vector?

0 Answers  


Explain what is polymorphism in c++?

0 Answers  


Definition of class?

12 Answers  


Categories