Answers for "run a c program from the terminal"

2

run c program in mac terminal

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

Code answers related to "run a c program from the terminal"

Browse Popular Code Answers by Language