CSC201 - Computer Programming 1 Lesson 2_120139
CSC201 - Computer Programming 1 Lesson 2_120139
FACULTY OF COMPUTING
Click on “create a
new project”
❖ Compiler
❖ Assembler
❖ Linker
Compiler
The preprocessor passes the pre-expanded code to the compiler. This
code is changed into assembly language by the compiler. Alternately,
we may say that the preprocessed code is changed into assembly code
by the C++ compiler.