0

What is the best way to explain source code

I was reading an article on Wikipedia about source code and it confused me: Just for confirmation. Is source code the code that tells the computer how to execute your program?

3rd Oct 2021, 10:27 AM
Richard
Richard - avatar
3 RĂ©ponses
+ 3
Professor Google has provided this definition. instructions that a programmer writes—often in a word processing program—when he is developing a program. The source code is run through a compiler to turn it into machine code, also called object code, that a computer can understand and execute.
3rd Oct 2021, 10:47 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
The source code is the code of the program
3rd Oct 2021, 10:47 AM
AquazDev
AquazDev - avatar
0
Jay Matthews what should I do if someone answers like this " The source code is the code of a program"
5th Oct 2021, 6:49 AM
Richard
Richard - avatar