What is the output of the code?
#includestdio.h
int main( )
{
int a=10;
int b=10;
if(a==b)
printf("java");
else
printf("oracal");
return 0;
}

Posted on by