Q. Which option is used for specifying the executable name while compiling with gcc?
β
Correct Answer: (B)
-o
Explanation: This question is about compiling programs using the gcc compiler. When you compile a program, you need to tell the compiler what you want the final executable file to be called.