Please enable JavaScript.
Coggle requires JavaScript to display documents.
Integrated Development Enviroment (IDE)text, FEATURES OF C++ LANGUAGE :,…
-
-
-
Linker
-
-
-
It takes collection of relocatable object file and command-line argument and generate fully linked object file that can be loaded and run.
Executable file
A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file).
pecialized program, called a linker, combines this object file with other previously compiled object files (in particular run-time modules) to create an executable file.
An executable file is a type of computer file that runs a program when it is opened. This means it executes code or a series of instructions contained in the file
types of executable files such as compiled program,scripts
source code
-
program code (source code) andconverts the source code to a machine language module (called an object file).
linker, combines this object file with other previously compiled object files (in particular run-time modules) to create an executable file.