#includestdio.h
Void main()
{
int a=2,b=3,c;
for(c=0;c=a+b;c++)
{
printf("%d",c);
}
printf("hello");
}

Posted on by