1.

Which one of the following command creates the executable file a.out?

A. gcc -o sanfoundry.c
B. gcc sanfoundry.c
C. gcc -o a.out
D. gcc a.out
Answer» C. gcc -o a.out


Discussion

No Comment Found