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;
clrscr ();
for (a=1;a<=10;a++)
if (a==5)
break;
printf ("%d\n",a);
}
getch ();
No comments:
Post a Comment