answersLogoWhite

0

Linking is the process of combining various pieces of code and data together to form a single executable that can be loaded in memory. Linking can be done at compile time, at load time (by loaders) and also at run time (by application programs)

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is a scatter file in c or c plus plus programming?

Scatter File is a linker script file used by RVCT/Keil for ARM processors. It is used by arm linker.


What is a linker as applied in programming?

linker is a program that combines the object files, to form executable file of our program.


Is C plus plus an application program?

No. C++ is a computer language. The development system supporting it is a compiler, linker, editor, debugger, etc.No it is a programming language.


How do you deal with the fatal error link 1104 in programming?

Read the manual of your linker.


What are the three c plus plus programming language components?

The editor, compiler and linker.


How is parallax used in computer programming?

Parallax is used in computer programming by using a computer and a USB connection. They have been popular in robotics because of their easiness to program.


How is control flow used to solve problems using computer programming?

How is control flow used to solve problems using computer programming


What are the different parallel modes used in computer programming?

In computer programming, the different parallel modes used are parallelism, concurrency, and distributed computing.


What is the memcpy library used for in computer programming?

The memcpy library is used in computer programming to copy the value of numbers from a source to the memory block destination. Memcpy is frequently used in the C++ programming language.


What is the tilde used for in computer programming?

In computer programming, the tilde () is often used as a bitwise NOT operator to invert the bits of a number. It can also be used in some programming languages to represent home directory paths or to indicate approximation in mathematical operations.


State the function of a loader and linker?

A loader loads software onto a computer. A linker points to software so other software knows where to find it.


What does introspection refer to in computer programming?

Introspection as used in computer programming is defined as the ability of a computer program to be able to examine the type or peroperties of a specific program at what is called "runtime".