20.3k views
3 votes
When a programmer saves to a file the statements he or she writes to create a program, these statements are?

User Gurinder
by
8.6k points

1 Answer

3 votes

When a programmer saves to a file the statements he or she writes to create a program, these statements are compiled.

The compiler translates the source code into a byte code file .

During this process, the compiler finds any syntax errors that exist in the program.

User Charles Chen
by
7.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.