Sunday 1 July 2012

C program : Print the name

 
 


/* Hello World program */

#include<stdio.h>

main()
{
    printf("write Hello World which you want to print");
}

No comments:

Post a Comment