What's the output of the code?
#includestdio.h
int main( )
{
int a=10;
if(a==10)
{
printf("Hello ....");
printf("ok");
}
else
{
printf("hii);
}
return 0;
}

Posted on by