Computer Programming...
Lets have fun with the concepts and coding of programs in C/C++ and Java.
Thursday, 15 September 2011
Hello World!
This is my first program in c language....
#include<stdio.h>
int main()
{
printf("Hello World!");
return 0;
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment