Monday, July 27, 2009

How to save the c programe?

i am very biginner to c programming














/*c programming*/


#include %26lt;stdio.h%26gt;


#include%26lt;conio.h%26gt;


void main(){


clrscr();


printf( "Exam Report");


printf("\n Tamil");


getch();

















}

How to save the c programe?
if you wrote it in a notepad, save it in any name and give it an extension of ".c"(i.e. hello.c). in order to answer your question, give the name of your compiler...








you can have example tutorials and source codes here!!!








http://www.cprogrammingdock.serverspeopl...





good luck!!
Reply:In order to make the program run, you need to compile it. This means you need to translate it into the native binary that your computer uses.





Download a free compiler program from the Internet (Miracle C is a good compiler for beginners) and use it to compile your source code.





Good luck with your coding.


No comments:

Post a Comment