What is the correct sequence of the compilation Process −
Answer: C
At first it preprocess the code, then compile it, after that it creates assembly level code, or object code, then the linking is taken place.