Lovely Codes
Pages
(Move to ...)
Home
▼
Saturday, March 3, 2012
Program to print text
/*It is complied on Turbo C++ 3.0*/
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("\n www.LovelyCoding.blogspot.com");
getch();
}
No comments:
Post a Comment
‹
Home
View web version
No comments:
Post a Comment