C Language (LOOP)

#include
#include

void main()
{
 clrscr();
 int a;
 for (a=0;a<=10;a++)
 printf("\n The loop is %d", a);

 getch();

}

Comments

Popular posts from this blog

NICOSIA