InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Call And Link? |
|
Answer» In CASE of call, WHENEVER you do CHANGES to the called PROGRAM you need to COMPILE the calling program also. In case of link, it is not needed. In case of call, whenever you do changes to the called program you need to compile the calling program also. In case of link, it is not needed. |
|