Robert Bosch Interview Question

Tell me what happens during the compilation process of a source code?

Interview Answer

Anonymous

Jun 3, 2016

I took up C programming language as an example and explained the following steps in detail: 1.Pre-processing 2.Compilation 3.Assembly 4.Linking

2