How t develop a small program in c language?

I made a some program in c language, But I want 2 use that program in my real life or in practically. So how i can create a executable file develop in c language. Please help me.

2 Responses to “How t develop a small program in c language?”

  • Ciaron D:

    It depends on which operating system you use, what you need to create a C program an editor, a compiler and a linker. When you run a C program the compiler and linker create an executable file which you can run with out having to look at the code. A good example of a C compiler is the Borland Turbo C compiler, this can be downloaded from the link below.

  • David D:

    You use a compiler, such as GCC.

    http://gcc.gnu.org/

Leave a Reply