Translate

Wednesday, 19 March 2014

A simple " print " program in Turbo c or c++

Source Code :

for the new bolg i feel a simple program should be made 



#include<stdio.h>
#include<conio.h>
void main(void)
{
clrscr();
printf("\t\t\t\tHello This my new blog");
getch();

}

No comments:

Post a Comment