How to Write ,Compile and Run C Program on Windows using MinGW, GCC ,CMD and Notepad -Urdu Tutorial

Опубликовано: 05 Апрель 2026
на канале: How to Install
5,520
10

How to Write ,Compile and Run C program on Windows using MinGW utility, CMD and notepad text editor.Complete instruction in Urdu.
Run CMD
Run notepad
Write C program and saves as helloc.c
Compile on CMD
GCC helloc.c -o helloc
run command
helloc

.