1.

What is the default type of linkage that is available for identifiers?(a) internal(b) external(c) no linkage(d) single linkageThe question was asked during an online interview.The query is from Linkage topic in portion Source Files, Classes and Operator Overloading in C++ of C++

Answer»

The correct OPTION is (b) EXTERNAL

Explanation: external is the default type of LINKAGE that is available for identifiers.



Discussion

No Comment Found

Related InterviewSolutions