Question: Your program contains 3 files: info.h, info.c main.c. What would you type on bash shell to do linking only to create the executable file (project)
Your program contains 3 files: info.h, info.c main.c. What would you type on bash shell to do linking only to create the executable file (project) O gcc info.o main.o -o project O gcc info.c mainc -o project O gcc info.c main.c-c project O gcc info.h info.c main.c-o project
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
