Wednesday, 20 February 2013

how to run a c program written in notepad in command prompt

step 1
write your c program in notepad file and save it with .c extension 
step 2
open command prompt and set path by set path="your Tcc folder path"
step 3
set the path of file by the command cd file path
step 4
now by the command tcc filename.c your program will compile 
step 5 
by writing the program name you can execute your program

No comments:

Post a Comment