InterviewSolution
Saved Bookmarks
| 1. |
To use internal linkage we have to use which keyword?(a) static(b) extern(c) static or extern(d) publicI got this question during a job interview.Asked question is from Linkage in division Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» The correct choice is (a) STATIC |
|