InterviewSolution
Saved Bookmarks
| 1. |
To use internal linkage we have to use which keyword?(a) static(b) extern(c) static or extern(d) public |
|
Answer» The correct choice is (a) static The best I can explain: static keyword is used for internal linkage. |
|