Answers for "how to compile c programme on mac terminal"

0

how to compile c programme on mac terminal

ataflair@asus-System-Product-Name:-$ cd Desktop
ataflair@asus-System-Product-Name:-/Desktop$ touch program.c
ataflair@asus-System-Product-Name:-/Desktop$ gcc program.c -o program
Posted by: Guest on April-11-2022

Code answers related to "how to compile c programme on mac terminal"

Browse Popular Code Answers by Language