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

Explain how a pointer to function can be declared in C++?

0 Answers  


How do pointers work?

0 Answers  


What is the difference between reference and pointer?

0 Answers  


How many pointers are required to reverse a link list?

5 Answers   CTS,


What is the difference between a baller and a reference in C++?

0 Answers  






When is the copy constructor called?

0 Answers  


what is the difference between overloading & overriding? give example.

0 Answers  


i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


What is virtual methods?

0 Answers  


what is static function

2 Answers   Patni,


Is java based off c++?

0 Answers  


daily Routine of father

0 Answers  


Categories