Computer Science, asked by shwetajain3513, 11 months ago

A program is normally tested by executing with


Answers

Answered by Satyalikhith
1
it is first executed with compiler for errors and bugs in the program


Have a Nice Day!
Answered by aqibkincsem
0

Answer:

A program is normally tested by executing with a compiler. A compiler is a special program that processes statements written in a particular programming language and converts them to machine language or "code" that a computer's processor uses.

Typically, a programmer writes language statements in a language such as Pascal or C one line at a time using an editor. The file that is created contains source statements. The programmer then runs the appropriate language compiler, specifying the file name that contains the source statements.

Explanation:

Similar questions