Home » C++ Programming » Questions and Answers » Question
  1. To use internal linkage we have to use which keyword?
    1. global
    2. static
    3. extern
    4. static or extern
    5. None of these
Correct Option: B

static



Your comments will be displayed only after manual approval.