Tags: Programming Language.
In computer science link time refers to either the operations performed by a linker (i.e. link time operations) or programming language requirements that must be met by compiled source code for it to be successfully linked (i.e. link time requirements).The operations performed at link time usually include fixing up the addresses of externally referenced objects and functions various kinds of cross module checks (e.g.