Tell us what do you mean by internal linking and external linking in c++?

Submitted by: Muhammad
A symbol is said to be linked internally when it can be accessed only from with-in the scope of a single translation unit. By external linking a symbol can be accessed from other translation units as well. This linkage can be controlled by using static and extern keywords.
Submitted by: Muhammad

Read Online C++ Programmer Job Interview Questions And Answers