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

The best I can explain: Extern KEYWORD is USED to represent identifiers from other programs.



Discussion

No Comment Found

Related InterviewSolutions