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

How do you allocate and deallocate memory in C++?

1 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


Is java easier than c++?

0 Answers  


Define a pointer to a data member of the type pointer to pointer?

0 Answers  






how can u create a doubly linked list with out using pointers?

2 Answers  


How many static variables are created if you put one static member into a template class definition?

0 Answers  


show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  


What is Object Oriented programming.what is the difference between C++ and C?

8 Answers   Infosys,


difference between c and c++?

38 Answers   Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,


How does java differ from c and c++?

0 Answers  


Where is atoi defined?

0 Answers  


Categories