Sunday, 9 December 2012

C PROGRAMING

HOW TO PRINT YOUR NAME

include<stdio.h>
void main( )
{
printf("hello");
getch( );
}

No comments:

Post a Comment