What is the output of the following code?
int main()
{
int k=10;

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

printf("Ronaldo");
k++;
}
return 0;
}

Posted on by