I couldn't find anywhere to ask this question in the forum topics so I asked here. I am practicing programming in C on a mac. I would like to make my script into an actual file to execute as a program. Does anyone know how to make a .c file an actual program?
If you know a little bit about the MAC terminal then you can install Xcode. It is based on GCC (GNU comiler collection).
This link has more information