Answers for "how to compile c code in terminal on mac"

2

run c program in mac terminal

gcc -o runme hello.c
./ runme
Posted by: Guest on May-02-2021

Code answers related to "how to compile c code in terminal on mac"

Browse Popular Code Answers by Language