InterviewSolution
Saved Bookmarks
| 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 |
|