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 a string example?
Adobe Interview & Adobe Placement Paper
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is endl?
What is the role of static keyword for a class member variable?
What are c++ data types?
Can I uninstall microsoft c++ redistributable?
Explain storage qualifiers in c++.
Can we use this pointer in a class specific, operator-overloading function for new operator?
How do you find out if a linked-list has an end?
How to create a pure virtual function?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?