Answers

Question and Answer:

  Home  Linux GCC Compiler

⟩ Which one of the following command creates the executable file a.out? a) gcc -o google.c b) gcc google.c c) gcc -o a.out d) gcc a.out

b) gcc google.c

 171 views

More Questions for you: