What is the output of C Program.?

int main()
{
int a=10,b=20;
if(a==9 AND b==20)
{
printf("Archana..");
}
if(a==10 OR b==21)
{
printf("Jain");
}

return 0;
}

Posted on by