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 |
What is the use of register keyword with the variables?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is the protected keyword used for?
How a pointer differs from a reference?
What is constructor c++?
what are function pointers?
What is the full form nasa?
How can you link a c program with a c function?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is a c++ vector?
Explain what is polymorphism in c++?
Definition of class?