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
.