1.

How many types of linkages are there in C++?(a) 1(b) 2(c) 3(d) 4I got this question in unit test.The doubt is from Linkage in portion Source Files, Classes and Operator Overloading in C++ of C++

Answer»

Correct choice is (C) 3

Easy EXPLANATION - There are THREE types of LINKAGE in c++. They are an internal linkage, external linkage, and no linkage.



Discussion

No Comment Found

Related InterviewSolutions