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
The question was posed to me during an internship interview.
My question comes from Cross Compiler in section Compiler Introduction of Compiler