#include<stdio.h> // standard input/ output
#include<conio.h> // console input/output
void main( ) // program begins from main( ) function
{
clrscr( ) ; // clear the screen
printf("WELCOME TO C PROGRAMMING") ;
getch( ) ;
}
No comments:
Post a Comment