program to use for loop

#include<stdio.h>
#include<conio.h>
void main()
{
  int i;
 
    for(i=0;i<=10;i++)
    {
        printf("aviansh");
      }
}

Comments

Popular posts from this blog

BOOT YOUR PHONE IN RECOVERY MOOD- HARDRESET

prime numbers program