--:--









Quiz for Compilation and execution process

Course: C Language | Subject: Unit 1 | Topic: Introduction to C Programming



Logo

Q1: What is the first step in the compilation process of a C program?

Logo

Q2: Which tool translates C source code into assembly code?

Logo

Q3: What is the file extension of a C source file?

Logo

Q4: Which phase combines object code with libraries?

Logo

Q5: Which file is generated after linking?

Logo

Q6: Which tool loads the program into memory for execution?

Logo

Q7: In which step are macros replaced?

Logo

Q8: Which phase generates the .o (object) file?

Logo

Q9: What is the correct order of program execution steps?

Logo

Q10: Which step removes comments from source code?

Logo

Q11: What is the role of the assembler in the compilation process?

Logo

Q12: Which of these is NOT part of the compilation process?

Logo

Q13: Which step resolves function calls to library functions?

Logo

Q14: Which step checks for syntax errors?

Logo

Q15: After preprocessing, the output is?

Logo

Q16: Which step is responsible for producing the .exe file?

Logo

Q17: What is the function of the loader?

Logo

Q18: In C compilation, which step handles #include directives?

Logo

Q19: What is produced after successful compilation but before linking?

Logo

Q20: Which step must occur before execution?

Are you ready to start test? Set your time limit