First program

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("\nMy name is ...");
getch();
}

Comments