Home » C++ Programming » Questions and Answers » Question
  1. Which one is used to refer to program elements in any translation units?
    1. no linkage
    2. internal linkage
    3. external linkage
    4. All of above
    5. None of these
Correct Option: C

In the external linkage, it is used to refer to identifiers in various programs.



Your comments will be displayed only after manual approval.