1.

How are static and dynamic linking achieved?

Answer»
  • Static linking requires a calling program to call the subroutine links.
  • In dynamic linking, the calling program and the subroutine links can EXIST as different modules.
  • Both types of linking can be done by choosing EITHER NODYNAM or DYNAM LINK edit options.


Discussion

No Comment Found