int main()
{
int k=10;

if(printf("fifa \n"),k)
{

printf("messii");
k++;
}
return 0;
}
Guess the output?

Posted on by