
Run C Program in Command Prompt
Published January 23, 2017
Views 376K | Likes 1.82K | Comments 71
At a glance
Views
376,858
Likes
1,827
Comments
71
Performance vs. channel
Outlier score
Engagement rate
More features coming
We're working on new analytics and tools. Stay tuned.
About
Learn how to compile and run C programs in the command prompt/line without using an IDE. The commands are below. NOTE: You will need a C compiler to do this already installed, I use GCC. https://gcc.gnu.org/ Commands: gcc 'name_of_the_file' e.g. gcc hello.c gcc -o 'name_of_exe' 'name_of_file' e.g. gcc -o hello helloW…
- Published
- January 23, 2017
- Made for kids
- No
More features coming
We're working on new analytics and tools. Stay tuned.