Answers for "a script that compiles a C file but does not link"

0

a script that compiles a C file but does not link

#!/bin/bash
gcc -c <filename>
Posted by: Guest on April-04-2022

Code answers related to "a script that compiles a C file but does not link"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language