GCC Compiler Question: The assembly code is converted into the machine code by: a) compiler b) assembler c) linker d) none of the mentioned Linux GCC Compiler Interview QuestionAnswer: b) assembler Previous QuestionNext QuestionThe preprocessor removes the _______ from the source code. a) comments b) header files c) both (a) and (b) d) none of the mentionedIf google.c is compiled with GCC, then the google.s file will contain the: a) assembly code b) machine code c) preprocessed code d) expanded source code