228k views
3 votes
In which step of writing a program does a programmer first use a compiler?

User Holtaf
by
4.8k points

2 Answers

5 votes

Answer :preprocessing

Step-by-step explanation:

The first stage of compilation is called preprocessing. In this stage, lines starting with a # character are interpreted by the preprocessor as preprocessor commands

User Gulsah
by
5.4k points
5 votes

Answer:

The first step is called compilation (properly speaking) and it translates source code written in a programming language stored in a file into low-level code (usually object code, not directly into machine language).

Step-by-step explanation:

User TheBook
by
5.3k points