cc -o executable's_name source_code.c

Then to run just type "./the_programs_name"
So for an example,
cc -o hello_world hello_world.c; ./hello_world
would compile and run the "hello_world" program.


> could you possibly tell me what the command is for compiling a program 
> written in c programming language?and then how do i run the program?thanks 
> in advance.
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
-- 
Anthony Huereca
http://m3000.1wh.com
Computers are not intelligent. They only think they are. 

Reply via email to