English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

Source code is whatever code is written by a developer for a particular language. Source code is usually the "readable" (and I know this depends on your programming style :-)) version of a program. Source code is either compiled/assembled into machine language code by a compiler/assembler and turned into an executable file .exe (C++, C), compiled into byte code and run on a virtual machine (Java, Python) or run through and interpreter and executed on the fly (Perl, Basic).

2007-02-28 15:40:04 · answer #1 · answered by rowancompsciguy 3 · 1 0

The source code is the code written by someone/company. You can view/read the code, modify and compile it on your computer.

Most programs your using are not source codes such as web browser, Microsoft Office, computer games, Winamp, etc. Those programs were compiled and sell to you. You can not modify them.

2007-02-28 15:37:04 · answer #2 · answered by Henry 4 · 1 0

Source code is the computer program itself. For example, the following code is a (very) small C language program that can be compiled into an executable module.

#include
int main() {
printf("Hello humans!\n");
return 0;
}

2007-02-28 15:36:27 · answer #3 · answered by BigRez 6 · 0 0

Code written by potential of a programmer in a intense-point language and readable by potential of human beings yet not computers. source code could be switched over to merchandise code or device language until now a working laptop or computing device can examine or execute this methodology. it fairly is in basic terms the code that each and every individual language it fairly is needed by potential of the/a computing equipment to translate and make the main of. like, as people, we talk or write textual content textile down, and as quickly as we examine it, we comprehend it - it fairly is the comparable component with source code.

2016-10-16 23:58:16 · answer #4 · answered by ? 4 · 0 0

fedest.com, questions and answers