Home » C++ Programming » Questions and Answers » Question
  1. To use external linkage we have to use which keyword?
    1. extern
    2. const
    3. static
    4. All of above
    5. None of these
Correct Option: A

Extern keyword is used to represent identifiers from other programs.



Your comments will be displayed only after manual approval.