#include<studio.h>
int main()
{
int i=10;
char c[10];
c="akash";
do {
printf("%s",c);
i++;
}while(i<=5);
}


Posted on by