Compile and Run a C Program from Command Line

preview_player
Показать описание
Steps:
MinGW compilers provide access to the functionality of the Microsoft C runtime and some language-specific runtimes.
2. Install GCC Compiler on your machine
3. After Installation, Set Path Variable in Environment variables
4. Write a C Program & Save it
5. Go to Command Prompt and navigate to C program directory
6. Use command gcc [filename.c] to compile the program
Рекомендации по теме
visit shbcf.ru