198k views
0 votes
_________ Code that you write is called primary code, and code that the compiler produces after processing the primary code is called runtime code

User Choens
by
9.2k points

2 Answers

4 votes

Answer:

The correct answer for the given question is "source code"

Step-by-step explanation:

When you writing a code in any programming language that code is known as source code.The source code is also known as primary code, when source code is compiles it produce runtime code.

The source code is created by the compiler it can be easily understood by the human being.

for example in c language we write a source code after compilation it produces object code .

User Jack Vial
by
8.4k points
6 votes

Answer:

The correct answer for the given question is "source code"

Step-by-step explanation:

When you writing a code in any programming language that code is known as source code.The source code is also known as primary code, when source code is compiles it produce runtime code.

The source code is created by the compiler it can be easily understood by the human being.

for example in c language we write a source code after compilation it produces object code .

User Chinnychinchin
by
7.9k points