GCC Compiler Question: The command "gcc -save-temps google.c" will generate: a) google.i b) google.s c) google.o d) all of the mentioned Linux GCC Compiler Interview QuestionAnswer: d) all of the mentioned Previous QuestionNext QuestionThe gcc option -Wunused warns when a _____ variable is unused aside from its declaration. a) variable b) function c) macro d) none of the mentionedWhich one of the following is not true? a) source codes can not be compiled with static libraries in gcc b) -O is used for optimization in gcc c) both (a) and (b) d) none of the mentioned