Question: C code is saved in a file named Test.c. Which instruction is used to convert the C code to assembly? Question 9 options: gcc -s
C code is saved in a file named Test.c. Which instruction is used to convert the C code to assembly?
Question 9 options:
|
| gcc -s Test.c |
|
| gcc -S Test.c |
|
| gcc s Test.c |
|
| gcc -S Test.s |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
