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