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 bubble sort c++?
What do you know about friend class and friend function?
What are the steps in the development cycle?
What is #include iomanip?
What are dynamic type checking?
What character terminates all character array strings a) b) . c) END
What is java and c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is an operator in c++?
What is a namespace in c++?
Is it possible to have a recursive inline function in c++?
Definition of class?