Hot News!

Not Available

Click Like or share to support us!

Mar 29, 2012

C/C++: First C Program

#include 
#include
main(){

 printf("Hello, this is my first program");
 getch();

}


Out put: Hello, this is my first program