Question: Your program contains 3 files: info.h, info.c, main.c. What would you type on bash shell to do both (compiling and linking) in one command line

 Your program contains 3 files: info.h, info.c, main.c. What would you

Your program contains 3 files: info.h, info.c, main.c. What would you type on bash shell to do both (compiling and linking) in one command line only to create the executable file (project) O gcc info.h info.c main.c -o project O gcc info.o main.o -o project O gcc info.c main.c-c project O gcc info.c main.c-o project A

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!