MCQ
Q.
Which of the following file is generated after pre-processing of a C program?
Correct Answer: C
After the pre-processing of a C program, a .i file is generated which is passed to the compiler for compilation

