#include<stdio.h>
#include<conio.h>
main()
{
     clrscr();
     printf("Welcome to C Programming");
     getch();
}