Free C programs with output, C++ (C plus plus), programs c programming language, object oriented programming, c programs codes, c program shortcuts, history of c programming language, c programming compilers
void main ()
{
int a=1;
clrscr();
do
printf ("Jagjeet\n");
a++;
}
while (a<=10);
getch ();
No comments:
Post a Comment