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
Can notepad ++ run c++?
Does c++ support exception handling?
Can a Structure contain a Pointer to itself?
What are the general quetions are in DEna bank manager IT/System interviews?
Define Virtual function in C++.
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Can comments be nested?
write a programme to get a character and thier ASCII value
How are Structure passing and returning implemented by the compiler?
What is do..while loops structure?
Define virtual constructor.
List the special characteristics of constructor.
What is c++ and its uses?
What is the difference between a definition and a declaration?
What is a forward referencing and when should it be used?