Pages

Thursday, 8 January 2015

Format of C Program

Hi friends, This post is about to learn Basic format of c program. If you don't know how to program then you can easily write following code for start up and then start thinking beyond. It is very useful for exam purpuse also.

For any query regarding c/c++ feel free to contact me on khimanichirag@gmail.com or comment below. I try my best to solve it.

 #include<stdio.h>  
 #include<conio.h>  
 void main()  
 {  
      clrscr();  
      //More code here  
      getch();  
 }  

No comments:

Post a Comment