GCC Compiler Tutorial for WINDOWS OS

Опубликовано: 24 Июль 2026
на канале: Paramartha Saha
5,656
36

Open this link
http://tdm-gcc.tdragon.net/

Download The File.

Install it

Open CMD.exe

Type gcc -v in cmd to check if it is installed

Type the Program in notepad and rename the file with .c extension

Open CMD Go To the folder where you have created the file using cd command.

Type: gcc filename.c

Open the folder where you have written the code and there you will see a file name as a.exe

Run it! And your program will run!

Thanks For Watching! Don't Forget to Like and Subscribe :) Leave comments if you have any problem.