Skip to main content
Search
Search This Blog
Tutorial5in.blogspot.com
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
March 23, 2017
First program
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("\nMy name is ...");
getch();
}
Comments
Comments
Post a Comment