InterviewSolution
Saved Bookmarks
| 1. |
How many types of linkages are there in C++?(a) 1(b) 2(c) 3(d) 4 |
|
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. |
|