Source code (commonly referred to as source or code) is a sequence of statements written in a human-readable programming language.


The source code that constitutes a program is the collection of files needed to convert from human-readable form to computer-executable form, and is usually contained in one or more text files.

Source code may be converted into an executable file by a compiler, or executed at runtime from the human-readable form by an interpreter.


examples GCC C++
Borland C++ Compiler
Java
home Home Page