C Programming
Friday, August 23, 2013
Print Hello World
#include<stdio.h>
void main()
{
printf("\n Hello World\n");
}
Newer Posts
Home
Subscribe to:
Comments (Atom)