Predict the output
int main()
{
int k;
for(k=1;k=7;k++);
{
k++;
}
printf("%d",++k);
}



Posted on by