What will be the output of the following program?
#includestudio.h
int main()
{
int i,j,k,count;
count=0;
for(i=0;i5;i++)
{
for(j=0;j5;j++)
{
count++;
}
}
printf("%d",count);
return 0;
}

Posted on by