answersLogoWhite

0

There's no need to "convert" it. "C programs" don't do anything until they are compiled. If you are compiling it on a Windows computer, the compiler will generally output the binary in the form of an .exe file.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Is possible to transfer c sharp console application program to giff file type?

There is no standard file type as GIFF. You probably mean GIF (graphics interchange format). If so, the answer is no;- you cannot convert a C# console application program to an image.


Why program consists more than one object file in c?

why does a program consists of more than one object file in c++


How do you open a C file as an executible file?

In a canonical C compiler, you type "cc (program file name).c (return) and it spits out "a.out", which is an executable. Works with the original Kernighan and Ritchie C compiler. For C++, use the .cpp extension and "g++" for the compiler: In a terminal window, on MacOS, 'cc (program name).c (return)' 'g++ (program name).cpp (return)' produces an executable named "a.out", which can be run. '-o (some file name . extension) will change the output file name.


Write a C program to extract a given word from a file?

program to extract a given word from a file


How do you convert .c extension to .exe?

To convert source code (.c file) to an executable (.exe) file you have to use a compiler, which is a translator of source code to machine code.


How do you convert from program C?

Your question is inco


How do you find where a LimeWire file is on my computer?

they are in my computer,local disk c, documents and settings,your name,shared.


A program in c to copy text file?

File Operations in C are accomplished by the use of pointers.Pointers are use to point to a particular memory location.File are read and written by using file pointers.The Keyword FILE is used to declare a file pointer.The Complete Program for writing text to a file and saving it and copying it to a new location is given at http://c-madeeasy.blogspot.com/2011/07/program-in-c-to-write-data-to-file-and.html


You want a file handling c program?

yes


How do you load a program in turbo c?

File/Open


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


What are the file created after c file is save?

Having saved the source file (*.C), you can compile it into an object module (*.OBJ), then link an executable program (*.EXE)