what is the source code?

676 views

What is the source code for a program? And why is it kept under secret, is it always part of the production version?

In: 2

10 Answers

Anonymous 0 Comments

Source code is the actual language telling the computer “Do X when a button is pushed or a mouse is clicked” then it is compiled into machine language the computer can act upon. It isn’t always protected but should be for the programmer’s intellectual property.

You are viewing 1 out of 10 answers, click here to view all answers.