My frist program in C
We are use C++ software such as Turbo C/C++, Dev C++ etc. Download this and Install in your computer. Open this program and click New open a new enter face.After you save this any name. Then write those code:
Code :
#include
#include
main
{
printf(“Hello World”);
getch();
}
Then Compile and after Run and you can see this massage, Hello World
No comments:
Post a Comment
Please post your Comment..