InterviewSolution
Saved Bookmarks
| 1. |
To use external linkage we have to use which keyword?(a) static(b) extern(c) const(d) argcThis question was addressed to me in an interview for job.The origin of the question is Linkage topic in section Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» Right answer is (B) EXTERN |
|