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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantage of using register variables?

635


What are function prototypes?

640


What is function prototyping? What are its advantages?

583


What is iterator in c++?

606


what are the iterator and generic algorithms.

1681






What is the difference between object-oriented programming and procedural programming?

687


What does asterisk mean in c++?

578


What is virtual methods?

653


What is the function to call to turn an ascii string into a long?

590


Can I make ios apps with c++?

553


What flag means?

518


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

3235


why is c++ called oops? Explain

578


Is c++ a software?

719


Explain bubble sorting.

620