What is the output of the following code?
int main()
{
int a[3]={10,11,12}
if (a==10)
printf("CR7");
else if(a==11)
printf("MESSI");
else
printf("NEYMAR");
}



Posted on by