What do you mean by internal linking and external linking in c++?
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 |
How much do c++ programmers make?
Which one is better- macro or function?
How do I make turbo c++ full screen?
what is data Abstraction
What is near, far and huge pointers? How many bytes are occupied by them?
Explain linked list using c++ with an example?
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
Describe friend function & its advantages.
Write any small program that will compile in "C" but not in "C++"?
What are the strengths of C++?
What is void pointer in c++ with example?
Can c++ be faster than c?