In the process of translating a source file into an executable file, which of the following is the correct sequence?
A) Sourcecode, preprocessor, modified source code, linker, object code, compiler, executable code.
B) Preprocessor, source code, compiler, executable code, linker, modified source code, object code.
C) Source code, compiler, modified, source code, preprocessor, object code, linker, executable code.
D) Source code, preoprocessor, modified source code, compiler, object code, liker, executable code.
E) Source code, linker, object code, compiler, modified source code, preprocessor, executable code.