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

User Holtaf
by
7.6k 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
8.0k 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
8.0k points

Related questions

1 answer
4 votes
65.5k views
asked Aug 11, 2018 129k views
Crismely asked Aug 11, 2018
by Crismely
8.4k points
1 answer
0 votes
129k views