What is the output of the following code?

int main()
{
int Cr=7, Leo=30;
if(!(!CR) && CR)
printf("%d",CR);
else
printf("%d",LEO);
}

Posted on by