Question: To compile a C program written in a file named test.c and then generate a binary output, which command is used? Question 5 options: gcc
To compile a C program written in a file named test.c and then generate a binary output, which command is used?
Question 5 options:
|
| gcc test.c test.out |
|
| gcc test.out test.c |
|
| gcc test.c -o test.out |
|
| gcc test.c test.out -o |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
