InterviewSolution
Saved Bookmarks
| 1. |
To use external linkage we have to use which keyword?(a) static(b) extern(c) const(d) argc |
|
Answer» Right answer is (b) extern The best I can explain: Extern keyword is used to represent identifiers from other programs. |
|