Multiple choice question for engineering Set 1 1. If we compile the sam.c file with the command “gcc -o sam sam.c”, then the executable file will be a) a.out b) sam c) sam.out d) None of the mentioned AnswerAnswer: b [Reason:] This is how the GCC is designed to take names of executable files. 2….